cancel
Showing results for 
Search instead for 
Did you mean: 

Adapter Module for Sender File Adapter to access a Flat file

Former Member
0 Kudos

Hi,

We have a scenario where the source is a flat file.I want to develop an Adapter Module to make a small change to every line in the Flat file.

Now how do we read a flat file in the Adapter Module?Coz the flat file will be converted to XML file by the Standard Adapter Module of the File adapter.

Please help me out with this.

Thank you,

Anu.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Anu,

If you are not using Content Conversion option Standard Adapter Module does not convert the Flat file to XML .

You can directly access the payload as it is in flat file in the Adapter Module and make changes.

Use the Standard classes ModuleData & moduleContext to fetch the Payload.

chk this :

regards

Ganga