|
|
Archives of the TeradataForum
Message Posted: Thu, 20 Nov 2003 @ 13:35:16 GMT
Subj: | | Re: Fexp script to a CSV file |
|
From: | | Geoffrey Rommel |
| Can someone give me sample script of fastexport in format of csv | |
The suggestions you have received are good. You might also consider writing a program that does the export and inserts the commas
(or other delimiters). I have written such a program in C with embedded SQL; it uses the SQLDA to determine the data type of each exported
column. For legal reasons I cannot share this program, but I've said enough for a savvy programmer to figure out how to do it.
| |