cancel
Showing results for 
Search instead for 
Did you mean: 

Last field has no value in sender flat file.....

Former Member
0 Kudos

Hi,

I am doing FCC on sender flat file.

If the last field in the flat file has no value i.e. say if comma is my fiels seperator ,then the file is lik:

1,2,3,

The last node of my XML is not formed and giving me mapping errors....How do I solve dis??

Plz help

Edited by: sriparna1 on Oct 20, 2010 12:34 PM

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

For comma seperated structures, the missing fiels are ignored.

Make sure you defined the endseperator.

Edited by: nagarjuna _s on Oct 20, 2010 12:46 PM

Answers (1)

Answers (1)

Former Member
0 Kudos

To avoid mapping error, use the mapwithdefault or exists to chk if the node exists and then do the mapping.

Thanks

Saravana

Former Member
0 Kudos

Hi,

I solved it in mapping with the exists node function.

Thanks all....