cancel
Showing results for 
Search instead for 
Did you mean: 

File Content Conversion

Former Member
0 Kudos

Hi,

I have three fields name,age,sal with this format

a,12,1000

b,12,1000

I need to use file content conversion in sender file adapter. They do have lot of parameters like document name, recordset structure.

My structure is like

MT_SRC

Under these node i have created name,age and sal.

Please let me know what to specify in document name as well as recordset structure and other details.

I dont have any header,summary or detail node. Should i create one or not necessary.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

I would literally use :

NameA.fieldSeparator = ,

NameA.endSeparator = 'nl'

this would then display as requested

Answers (0)