cancel
Showing results for 
Search instead for 
Did you mean: 

File content conversion in receiver side

0 Kudos

Hi all

I am doing file to file scenario and i am uysing File content conversion

My xml structure is

<root>

     <subroot>

          <my fields

          <name>

          <qualif>

     </subroot>

</root>

In receiverside file conversion

It is asking recordset strcture i gave :  subroot

and my source text file contains:

satish,dfffdf

siva,dfgdfg

In my target folder i am getting the file but i am getting only name column of two records iam not getting the qualif column like belo

satish,siva

How can i get two records

Regards

Satish

Accepted Solutions (1)

Accepted Solutions (1)

former_member184720
Active Contributor
0 Kudos

Hi Satish -

recordset strcture - root,subroot and configure below

root.fieldSeparator -

subroot.fieldSeparator -

subroot.fieldSeparator -

http://www.riyaz.net/sap/xipi-file-content-conversion-for-simple-structure/75/

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Satish,

Use parameter fixedLengthTooShortHandling in your FCC.

Recordset structure subroot

subroot.fieldNamesmyfields,name, qualif

subroot.fieldFixedLengths

subroot.fixedLengthTooShortHandlingCut
subroot.endSeparator'nl'

Regards,

Pranav