cancel
Showing results for 
Search instead for 
Did you mean: 

File to File Scenario Problem

Former Member
0 Kudos

Hi experts,

We have a file to file scenario in which the source file has a 'I' delimiter.

The problem we are facing is when the last field of the source file is empty

*for ex : F1|F2| * , the source XML tag ignores the third field i.e. it looks something like

  • <FIELD01>F1</FIELD01> *

  • <FIELD02>F2</FIELD02>*

We don't see FIELD03 tag in SXMB_MONI. The min. occurrence for this field is 0 and the max is 1.

Any help will be greatly appreciated.

Regards.

Accepted Solutions (1)

Accepted Solutions (1)

stefan_grube
Active Contributor
0 Kudos

have you used parameter

NameA.missingLastFields

try putting "add"

Former Member
0 Kudos

Thanks Stefan,

Totally forgot about this..!!!

Regards.

Answers (2)

Answers (2)

Former Member
0 Kudos
Former Member
0 Kudos

There is an option in Data type ("details") you can use whiteSpace="preserve"

Former Member
0 Kudos

Hey IpBuff,

I tried it, but with no result.

Any more ideas?

Regards.

Former Member
0 Kudos

You can use Field.keepIncompleteFields = YES