cancel
Showing results for 
Search instead for 
Did you mean: 

sender FCC without key field

Former Member
0 Kudos

Hi everyone,

I have a an input file with header and detail record. I need to perform structured FCC.

There is a key field for detail record but not for Header record. Again the Header is optional. Its occurrence is 0 -1. How do i perform structured FCC in this case without key field for Header?

Thanks

Pratichi

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Paritichi,

If you don't have to map any target field from the header then You can ingnore the header and convert the rest of data record into XML. for this in RecordSet Structure you specify only your data record structure name give it occurence as data,* in key Field Name specify any name

and in data.keyfFeldValue give the key value of data records .This will convert the data record and ignore the headre record.

However if you need your header record also for target side mapping then this work around will not work.

Regards,

Saurabh

Answers (0)