cancel
Showing results for 
Search instead for 
Did you mean: 

Inbound File Conctnet Conversion

Former Member
0 Kudos

I have a proxy to file scenario. The file needs to be a pipe delimited file and not all of the fields are required in the DT. When I do the file content conversion and some of the fields are not populated I end up losing fields in my pipe dilimited file. The problem is, if there are any null fields, I can my data shifting over a field or two. Is there a way to stop this from happening. Most of the fields in the DT are 0...1.

Thanks

Skip Ford

Accepted Solutions (1)

Accepted Solutions (1)

former_member192295
Active Contributor
0 Kudos

Hi,

In mapping window take mapwithdefault function, your problem will be sort out easily. Whenever value come from source automatically value will pass to receiver structure else space will be pass to receiver structure.

Answers (2)

Answers (2)

former_member556412
Active Participant
0 Kudos

Hi,

use these parameters in File content conversion

NameA.enclosureSign

NameA.enclosureConversion

for help check this link

http://help.sap.com/saphelp_nw70/helpdata/EN/e3/94007075cae04f930cc4c034e411e1/frameset.htm

regards,

Bhanu

Former Member
0 Kudos

Hi,

You can try using the node functions MapwithDefault =" ". Whenever have a field with null value it will replace it as blanks.

Regards,

Alfred