cancel
Showing results for 
Search instead for 
Did you mean: 

Flat file writing

Former Member
0 Kudos

Hello All,

Can someone help me in writing below structure as flat file:

Batch Header1

-LinteItem1

-LineItem2

-

-

Batch Header2

-LineItem1

-

-

Thanks,

Regards,

Moorthy

Accepted Solutions (1)

Accepted Solutions (1)

Harish
Active Contributor
0 Kudos

Hi,

you can convert the strucutre to flat file in File adapter using conversionType as "StructPlain2XML". And as you Lineitem are comming in variable sequence you need to use the parameter:

xml.recordsetStructureOrder - var

Regards,

Harish

Answers (1)

Answers (1)

Former Member
0 Kudos

I don't understand if you need to convert an XML into a flat file... and BatchHead1 & BatchHead2 ??