cancel
Showing results for 
Search instead for 
Did you mean: 

CSV Parsing Inputs

amit_saroha
New Contributor III

Hi All,
I have a tab-separated CSV file with let us say 10, 000 records and I am using CSV parser snap to parse the file. The process works fine when there is no data issue but when there is a data issue the whole file fails.

Could you suggest if there is a way to ignore the record with the data issue and process the other records?

1 ACCEPTED SOLUTION

cstewart
Former Employee

Does using the error handling (Discard/Route to Error View) not resolve this?

View solution in original post

4 REPLIES 4

cstewart
Former Employee

Does using the error handling (Discard/Route to Error View) not resolve this?

amit_saroha
New Contributor III

It worked using the error view but how do I report these records?

You can write these records using a file writer or email the concerned person using “Email Sender” snap.

darshthakkar
Valued Contributor

@amit.saroha: Can you please elaborate on the data issue part? Are there Null values, different data type for the data you’re expecting?
What is the source system? Isn’t the source system, a source of truth?