Page 1 of 1

Reading data from a PSV file

Posted: Fri Sep 24, 2010 10:04 am
by suryadev
the job has its finished but no records are loaded into the file.
the delimiter is pipe as there is no symbol of pipe I used "|" in the field defaults --delimiter.
when i view the log I see the below warnings

Sequential_File_38,0: Field "EntityID" has import error and no default value; data: <empty>, at offset: 9
Sequential_File_38,0: Field "FIRST_NAME" delimiter not seen, at offset: 55

please help me with a solution for this

Posted: Fri Sep 24, 2010 10:15 am
by anbu
Search here for "has import error and no default value"

Re: Reading data from a PSV file

Posted: Fri Sep 24, 2010 2:13 pm
by vivekgadwal
suryadev wrote: Sequential_File_38,0: Field "EntityID" has import error and no default value; data: <empty>, at offset: 9
Sequential_File_38,0: Field "FIRST_NAME" delimiter not seen, at offset: 55
These tell me that the Sequential file stage is not properly configured to read the data. Please check that, use View Data to make sure if you done so correctly.