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?