cancel
Showing results for 
Search instead for 
Did you mean: 

Skipping faulty records in tab delimited file

fajosa
New Contributor II

Greeting!

Is there a way we can skip faulty records which has special symbols as it fails the whole file while using the CSV parser.
image

The highlighted record is the one which needs to be removed, or any records which has special symbols which are not accepted by CSV parser.

Appreciate all your help!

Thanks,
F.

1 ACCEPTED SOLUTION

j_angelevski
Contributor III

Hi @fajosa,

Go to CSV Parser’s Views tab and change the default behavior of the snap to “Route Error Data to Error View”, this will discard the record that can’t be processed.
image

View solution in original post

2 REPLIES 2

j_angelevski
Contributor III

Hi @fajosa,

Go to CSV Parser’s Views tab and change the default behavior of the snap to “Route Error Data to Error View”, this will discard the record that can’t be processed.
image

fajosa
New Contributor II

Thank you! that works!