cancel
Showing results for 
Search instead for 
Did you mean: 

File Content Conversion Problem

Former Member
0 Kudos

hi all,

I have file content conversion problem in the receiver.

my xml file input to the content conversion is of this structure

<a>

<b>name</b>

<c>

<d>age</d>

<e>dob</e>

</c>

</a>

now in my output file i need to put only the content of b tag. how to make it possible.outputfile should be a text file.kindly help me in this.

regards,

Sundararamaprasad

Accepted Solutions (1)

Accepted Solutions (1)

MichalKrawczyk
Active Contributor
0 Kudos

Hi,

try:

Recordset Structure: a,b,c

a.fieldSeparator = 'nl'

b.fieldSeparator = 'nl'

c.fieldFixedLengths = 0,0,0

c.fixedLengthTooShortHandling = Cut

Regards,

michal

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi Michal,

Thanks a lot. It is working.

regards,

Sundararamaprasad

Former Member
0 Kudos

Hi,

Please find the below link you will get good idea regarding FileConentConversion.

http://help.sap.com/saphelp_nw04/helpdata/en/14/80243b4a66ae0ce10000000a11402f/frameset.htm

Regards,

venu.

0 Kudos

Hi,

Check this weblog...

/people/arpit.seth/blog/2005/06/02/file-receiver-with-content-conversion

Regards

Anand