Skip to Content
0
Former Member
Mar 02, 2012 at 08:29 AM

End of file should not be a new line

204 Views

Hi All,

I am using file adapter with FCC.

The paremeters in my adapter are :

Header.fieldSeparator: ,(comma)

Header.endSeparator: 'nl'

Item.fieldSeparator: ,(comma)

Item.endSeparator: 'nl'

Item.fieldNames: <names of item fields>

Now when the file is been placed at FTP server, the cusrsor at the end of file is at new line.

My requirement is that I do not want end of my file as 'nl' but it should be end of last line Item.

That means when I open the file the cursor should be at the end of last line Item.

How is this possible?

Regards,

Sachi