cancel
Showing results for 
Search instead for 
Did you mean: 

sender file adapter content conversion

Former Member
0 Kudos

Hello friends,

I have a scenario where I have to read fixed width file.

Header: field1, field2,field3 only one header (1:1)

Detail: fieldA,fieldB,fieldC multiple detail (1:n)

Key field in header is field2. There is no key field for Detail.

The file structure looks like below; how to read this file and what to configure in sender file adapter.

111 key 1127 header

111 234 ssss detail

111 646 ffsd detail

111 097 sfsf detail

112 key 1134 header

112 234 were detail

112 646 ffsr detail

112 097 sfsd detail

Thanks

Mukesh

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Mukesh,

I need some more clarification. You are telling that 2nd field in your structure(for header) is key but generally the first field should be the key field .Can you provide me your actual file so that I can suggest you some thing more meaningfull.

Regards,

Saurabh

Former Member
0 Kudos
Former Member
0 Kudos

thanks for the reply but this doesn't help me.

I have to use sender file adapter to read the file. is there any other option?