cancel
Showing results for 
Search instead for 
Did you mean: 

Why sender file adapter always ignore the last line of the file ?

Former Member
0 Kudos

Hi

I have no idea why this is happen. The sender file adapter always ignoring the last line of the file.

I am using file content convertion with delimiter '|'.

it is just simple file but always ignoring the last line.

rowdata.addHeaderLine 0

rowdata.fieldSeparator 'nl'

rowdata.fieldNames a,b,c,d

rowdata.endSeparator 'nl'

ignoreRecordsetName true

Please advise

Thank You and Regards

Fernand

Edited by: Fernand Lesmana on Apr 27, 2010 10:23 AM

Accepted Solutions (0)

Answers (3)

Answers (3)

madhusudana_reddy2
Contributor
0 Kudos

After the last line, you put one empty line and execute then it will execute.

Try to execute with real time file insted of file created by you to get clarity on this.

thanks,

madhu

Former Member
0 Kudos

Can you post the complete FCC parameters including the Recorset struct and a sample input file and the corresponding coverted XML file?

Former Member
0 Kudos

hi,

i think in your file text the last line should also be ended with u201C|u201D