Archives of the TeradataForum
Message Posted: Thu, 08 Dec 2005 @ 19:57:15 GMT
Subj: | | Re: Fastload (pc .txt file) |
|
From: | | Eric Friedman |
It's absolutely possible to load data directly from a flat text file into Teradata using FastLoad. We do it all the time.
It appears that your problem is that the input text file's format does not correspond to your define statement. Specifically, the last record
in the input file appears to be too short, so it's reaching the end of file before the end of the last record. Perhaps there's no new line
character on the last record?
|