cancel
Showing results for 
Search instead for 
Did you mean: 

Report warning/error if wrong keyfield found

Former Member
0 Kudos

Hello experts,

I have a scenario in PI 7.1 environment where I am doing file(csv) to file(xml) conversion. The source file has multiple records and I am hence reading it using keyfield in the file content conversion. The default behaviour in this scenario is that if the no matching keyfield is found for a record, the record is ignored and not read. Is there any way to report warning/error if any record is ignored due to incorrect keyfield?

Thanks

RR

Accepted Solutions (0)

Answers (1)

Answers (1)

Shabarish_Nair
Active Contributor
0 Kudos

there is no standard option.

by default FCC ignores the records that dont match the FCC definition.

Former Member
0 Kudos

Yep. But is there any work around at all to notify that records have been ignored?

Thanks,

RR

Shabarish_Nair
Active Contributor
0 Kudos

you might have to code a module