I'm trying to load a flat file using Teradata Fastload.
The data file has been created using python script and the delimiter is Ctrl+A which I believe is equivalent to '\x01'. Here's the syntax I used
SET RECORD VARTEXT '\x01';
The same file works with a pipe '|' or comma ',' delimiter. Can you please suggest.
Forums: