Archives of the TeradataForum
Message Posted: Fri, 11 Jan 2002 @ 18:37:40 GMT
Subj: | | VARTEXT in fastexport |
|
From: | | Jeff Ohlman |
Release 7.05 of fast-export supposedly supports delimiters in the export file. Specifically the FastExport manual states the format
as:
EXPORT OUTFILE fileid FORMAT VARTEXT MODE RECORD;
Here is the pertinent log for an export that uses VARTEXT:
0003 .BEGIN EXPORT;
0004 .EXPORT OUTFILE test_tb.dat MODE RECORD FORMAT VARTEXT;
**** 12:26:15 UTY1600 Internal error in 'EXPORTSTM', unexpected keyword value = '97'.
This seems to indicate that fastexport has no clue as to what the VARTTEXT command is.
Has anybody gotten this command to work?
|