cancel
Showing results for 
Search instead for 
Did you mean: 

Row - Mapping

Former Member
0 Kudos

Hi,

I have message in rows in a text file(Joe,Mark,6000) and i need output as

<Names>

<FirstName>

Joe

</FirstName>

<LastName>

Mark

</LastName>

<Salary>

6000

</Salary>

</Names>

How can i do this?

Thanks

Seshu

Accepted Solutions (0)

Answers (3)

Answers (3)

bhavesh_kantilal
Active Contributor
0 Kudos

Seshu,

This is how the content conversion parameters and value will be,

Document Name : Name of the Message Type
Document Namespace : Namespace
RecordsetStrucutre : Names,*


Names.fieldNames : FirstName,LastName,Salary
Names.fieldSeparator : ,

Regards,

Bhavesh

Former Member
0 Kudos

Hi Seshu,

Check out these also..

/people/shabarish.vijayakumar/blog/2006/02/27/content-conversion-the-key-field-problem

/people/anish.abraham2/blog/2005/06/08/content-conversion-patternrandom-content-in-input-file

http://help.sap.com/saphelp_erp2005vp/helpdata/en/2c/181077dd7d6b4ea6a8029b20bf7e55/content.htm

cheers,

Prashanth

Former Member
0 Kudos

Hi Seshu,

Content conversion?

cheers,

Prashanth

Former Member
0 Kudos

Hi Prashanth,

Yes.

Seshu

former_member206604
Active Contributor
0 Kudos

Hi,

Check out these blogs it will show you step by step

/people/venkat.donela/blog/2005/03/02/introduction-to-simplefile-xi-filescenario-and-complete-walk-through-for-starterspart1

/people/venkat.donela/blog/2005/03/03/introduction-to-simple-file-xi-filescenario-and-complete-walk-through-for-starterspart2

Thanks,

Prakash

Former Member
0 Kudos

Hi ,

Check this weblog....

/people/michal.krawczyk2/blog/2004/12/15/how-to-send-a-flat-file-with-fixed-lengths-to-xi-30-using-a-central-file-adapter

Use Substr.fieldSeperator(",") instead of fieldFixedLengths

Thanks & Regards,

Sekhar