|
|
Archives of the TeradataForum
Message Posted: Fri, 23 Jul 2004 @ 15:25:41 GMT
Subj: | | Re: MLOAD of a file with multiple record types |
|
From: | | Nomula, Madhukar |
karthikeyan:
My mload is giving me an error: not enough input data. I know this is because for some records, i have less fields than that defined in my
layout. I don't know how to get around this. For example, is my file looks like
id|a|b|c|d
id|a|b|
my mload generating an error while reading the second line, as my layout has more fields and i have leass fields in the file.
| |