Archives of the TeradataForum
Message Posted: Tue, 22 Mar 2005 @ 18:20:15 GMT
Subj: | | Re: Mload thinks these are duplicates |
|
From: | | Victor Sokovin |
I am probably too lazy to go carefully through the details (and there are plenty of them) but, if you have nothing to lose, try to change
.IMPORT INFILE $PATH$GAFS.DAT
FORMAT TEXT
LAYOUT INPUTLAYOUT =
APPLY INSERTS;
to
.IMPORT INFILE $PATH$GAFS.DAT
FORMAT VARTEXT
LAYOUT INPUTLAYOUT =
APPLY INSERTS;
If it helps, then there is probably something wrong with the characters at the end of lines.
Regards,
Victor
|