cancel
Showing results for 
Search instead for 
Did you mean: 

filecontent conversion on receiver side

Former Member
0 Kudos

Hi Masters,

can u help me for doing file content conversion on reciever side .. step by step process. .. and also explain about the sturucture of the reciever side..

Thanks in Advance

jp.

Accepted Solutions (1)

Accepted Solutions (1)

prateek
Active Contributor
0 Kudos

See this

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

Regards,

Prateek

Answers (4)

Answers (4)

Former Member
0 Kudos

Hi,

consider that u have the following structure,

<ROW> (unbounded)

name

age

</ROW>

The File receiver can be configured to convert the XML message to CSV(flat file), were you have to fill the following,

Recordset structure = ROW

<u>conversion parameters</u>

row.fieldSeparator = ,

(incase of fixedlengthfile row.fieldFixedLength=<field1length>,<field2length>)

row.endSeparator = 'nl'

Former Member
0 Kudos

hi

take care of these things

1. you dont need to mention fieldnames for receiver content conversion as like sender

2. also when you write recordset structure , dont put occurances even if your nodes are defined as unbounded. Just specify your recordset structure like header, body etc..

3. specify fieldseparator or fixedfieldLengths accordingly

4. endSeparator by default is 'ni'(newline).... specify if it something else

Former Member
0 Kudos

Check out this blog:

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

you can find all the info about FCC in here:

http://help.sap.com/saphelp_nw04/helpdata/en/ae/d03341771b4c0de10000000a1550b0/frameset.htm

Cheer's

former_member335553
Active Contributor
0 Kudos

Hi

Just check this

Converting File Content in the Receiver Adapter

http://help.sap.com/saphelp_nw70/helpdata/en/d2/bab440c97f3716e10000000a155106/content.htm