Page 1 of 1

warning

Posted: Fri Sep 10, 2010 9:12 am
by vitumati
Sequential_File_10,0: Missing record delimiter "
", saw EOF instead

Posted: Fri Sep 10, 2010 9:30 am
by ArndW
You have different metadata and data. adding a carriage-return line-feed to your file is the simplest method to get rid of this warning.

Posted: Sun Sep 12, 2010 3:14 pm
by vijaykumarpj
Hi,

Try adding 'Unix New line' in the Property of the Sequential file.

Posted: Wed Nov 21, 2012 8:29 am
by battaliou
In the Sequential file stage set your Source File to /dev/null and add a Filter with the following:

sort debug.txt

If you need to remove the header then:
sort debug.txt sed '$d'