Page 1 of 1

Sequential File Import warning

Posted: Sun Nov 13, 2011 8:00 pm
by phanikumar
Hi,

I am trying to run a parallel job where i am using seq file as a source and writing it to a data set.The job ran fine but there are some warning in the log as

Sequential_File_120,0: Field "ID" has import error and no default value; data: {I D}, at offset: 0

Sequential_File_120,0: Import warning at record 0.

There are quiet a few of these.Can some one explain how to suppress these warnings.

Regards

Kumar

Posted: Sun Nov 13, 2011 8:23 pm
by ray.wurlod
Read what the error message is telling you.

Firstly, it's at offset 0 - that is, it is occurring at the beginning of the file.

Second, the value it couldn't handle is "ID". Given that that's also the field name, do you think it might be probable that you have omitted to set the "First line is column names" property correctly?