cancel
Showing results for 
Search instead for 
Did you mean: 

How to send erroneous records to error log

ayan_chaudhuri
Participant
0 Kudos

I have an incoming .txt source file.PI will do a record by record validation in this file.If any record is wrong PI will send this particular erroneous record to error log and then it will check the next records and if the next record is found OK , it will be mapped to target.

To summarize it, erroneous records should be sent to Error log and correct records should be mapped to target.How this can be achieved using UDF.IF possible can anyone please help how the UDF will look like

Note:I have some certain conditions on checking whether a record is wrong or not and I will use this conditions on UDF to validate a record in the file.I just need to know how an erroneous records will be sent to error log

Accepted Solutions (0)

Answers (1)

Answers (1)

ayan_chaudhuri
Participant
0 Kudos

Resolved