I want to export aster tables into tab delimited files, each file containing just 100 records. Hence i'm using ACT Tool as i cannot specify an SQL (select * from table_name limit 100
) with ncluster_export tool.
One issue i'm facing is when specifying the -F option with ACT tool, i am not able to specify TAB as the delimiter.
I have tried '\t' and 'TAB', which did not resolve to correct TAB.
I have checked the guide and act --help, couldn't find the correct option.
My commands have been like:
act -h xx.xx.xx.xx -U <<username>> -w <<password>> -p <<port> -d mintdw -t -F "\t" -A -c "select * from <<tablename>> limit 100;" -o /tmp/filename
Please help me out. Closest post on SE i found was : Teradata / Aster : Fast Export / ncluster_export using query