Archives of the TeradataForum
Message Posted: Tue, 22 Mar 2005 @ 18:29:54 GMT
Subj: | | Re: Mload thinks these are duplicates |
|
From: | | Victor Sokovin |
> .IMPORT INFILE $PATH$GAFS.DAT
> FORMAT TEXT
> LAYOUT INPUTLAYOUT =
> APPLY INSERTS;
>
> to
>
>
> .IMPORT INFILE $PATH$GAFS.DAT
> FORMAT VARTEXT
> LAYOUT INPUTLAYOUT =
>
> APPLY INSERTS;
Oops, what I meant was UNFORMAT, not VARTEXT.
The suggestion is:
.IMPORT INFILE $PATH$GAFS.DAT
FORMAT UNFORMAT
LAYOUT INPUTLAYOUT =
APPLY INSERTS;
Sorry for the confusion.
Victor
|