Page 1 of 1

Sequential File Import warning

Posted: Wed Nov 23, 2011 5:33 pm
by phanikumar
Hi,

I am facing with the following warning when I try to run my job

Sequential_File_75,0: Field "Field008" has import error and no default value; data: {20 20 20 20 20 20 20 20}, at offset: 78

Looking at the log I can understand that there is an import error for field008,
can somebody explain how to fix this issue.

Regards

Kumar

Re: Sequential File Import warning

Posted: Wed Nov 23, 2011 5:51 pm
by SURA
Select the option Null field value = '' might work

DS User

Posted: Wed Nov 23, 2011 5:51 pm
by chulett
What is the data type of "field008"? The hex data shows that there are 8 spaces in that field...

Posted: Wed Nov 23, 2011 6:04 pm
by phanikumar
Hi,

I tried running the job with null field value = '' but still the warnings are coming.

The data type is integer(10)

Regards

Kumar

Re: Sequential File Import warning

Posted: Wed Nov 23, 2011 6:11 pm
by karthikdsexchange
Is the first line in the file has column names?

Posted: Wed Nov 23, 2011 6:12 pm
by phanikumar
Hi,

I did replace that field names with column names and defined first line as column names.

Regards

Kumar

Posted: Wed Nov 23, 2011 6:14 pm
by karthikdsexchange
So is it working now or still issue?

Posted: Wed Nov 23, 2011 6:15 pm
by phanikumar
Still an issue.

Regards

kumar

Posted: Wed Nov 23, 2011 7:53 pm
by ray.wurlod
The data type is integer but you have spaces. Spaces is not a valid integer.