Hi,
I am using validation transform to validate input records. I am validating five input columns Col1, Col2, Col3, Col4 and Col5. If the input row has any one of the invalid input columns then I have to capture the input column name and input column value. In the validation failed transform I am getting the Error column. My question is
1. How to get the invalid data related to column
2. How to write 5 rows in the output if the input row has all 5 invalid columns data
Thanks in Advance,