 |
 |
Archives of the TeradataForum
Message Posted: Fri, 25 Sep 2009 @ 16:22:54 GMT
| Subj: | | Re: Bteq Import and data mismatch |
| |
| From: | | Victor Sokovin |
| | I keep getting data type mismatch while I am trying to import a fixed length text file using Bteq Import. I did verify the length defined
but Import still does not work. Wondering if I am missing some thing. Host is windows network attached. | |
| | .IMPORT DATA FILE =MYFILE.TXT | |
The keyword DATA is used for the Teradata specific format. Try to use REPORT instead. It should work better with generic text files. More
details in BTEQ manual.
Victor
| |