cancel
Showing results for 
Search instead for 
Did you mean: 

File Content Conversion parameters

Former Member
0 Kudos

Hello Experts,

I have a scenario where I am using the file content conversion at the receiver channel.

My data type structure is:

-->Recordset

--> Records

--> Records1

Name

Age

--> Records2

Salary

Location

Can you please help me to find out the content conversion parameters for this specific type?

Thanks.

Abhijit

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Thanks a lot for the help.

Regards.

Abhijit.

Former Member
0 Kudos

Hi Abhijit,

Under Content Converstion Parameter:

DocumentName: Here give your OutBound MessageType name

Cocument NameSapace: give your namesapace

RecordsetName: Recordset

RecordsetStructure: Records1,,Records2,

Records1.fieldNames:Name,Age

Records2.fieldNames:Salary,Location

Records1.fieldSeparator ,

Records2.fieldSeparator ,

Records1.endSeparator 'nl'

Records2.endSeparator 'nl'

hope it will help u.

Regards,

Ashok Kumar.

Former Member
0 Kudos

Hi Ashok,

Abhijeet is askinf for recvr channel not sender..:)

Well not much diff.. you put the things correcly except few.

RecordsetStructure: Records1,Records2

Records1.fieldNames:Name,Age

Records2.fieldNames:Salary,Location

Records1.fieldSeparator:<whatever separator you want to use>

Records2.fieldSeparator:<whatever separator you want to use>

Records1.endSeparator 'nl'

Records2.endSeparator 'nl'

Regards

Pushkar Anand

Message was edited by:

Pushkar Anand

Former Member
0 Kudos

Thanks to both of you for your inputs.

I will try those and get back to you.

Thanks for your help.

Thanks & regards.

Abhijit