cancel
Showing results for 
Search instead for 
Did you mean: 

Convert tab fil into comma separated file

Former Member
0 Kudos

Hi All,

I have a scenario where I have to pick a tab separated file from FTP and send it to ECC after converting into comma separated file.

So how to proceed with the development.

Note-There is no transformation needed while file processing.

Regards,

Vasant

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

@Ram,

The text file is having a huge structure and there is no mapping involved so even then also I have to create DT,MT etc.

@Amit,

I don't know how to write a adapter module. So can you please tell me how to do it?

Regards,

Vasant

Former Member
0 Kudos

Hello,

Refer this article on how to create AM:

http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/c0b39e65-981e-2b10-1c9c-fc3f8e674...

and once u create the skeleton of the project then just put the code shown in my wiki (obviously after few modifications) in ur ejb project.

Thanks

Amit Srivastava

Answers (3)

Answers (3)

Former Member
0 Kudos

Hello,

If there is no transformation involved then i would suggest you to follow below approach:

http://wiki.scn.sap.com/wiki/display/stage/Separator+Conversion+in+a+File+to+File+Pass+Through

Thanks

Amit Srivastava

Former Member
0 Kudos

Hi Vasanth,

Follow below steps, there is no need to create mapping.

Read the file with FCC for the tab delimited file,

Create DT, MT

Create Outbound SI, Inbound SI with same MT,

Use the SI in Config

In interface determination, mention the sender SI and target SI without operation mapping (as sender and target structures are same)

Use FCC in receiver to create csv file.

Regards,

Pranav

Former Member
0 Kudos