|
|
Archives of the TeradataForum
Message Posted: Fri, 09 Jul 2004 @ 13:38:06 GMT
Subj: | | Re: Windows-based Fast Export Script |
|
From: | | Michael Larkins |
Ganga:
You will need to SELECT the delimiter as a literal between each of your columns. Also, if you have integer or other than CHAR or VARCHAR data,
you may need to CAST it if you are truly doing a comma delimited file (depends on your load utility).
Also, if you are going to use FastExport, in your .EXPORT command you want to specify FORMAT TEXT. This eliminates the 2 byte record length
indicator, but leaves the CR at the end of the record.
Hope this helps,
Michael Larkins
Certified Teradata Master
| |