- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-11-2022 08:46 AM
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.
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.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-11-2022 10:49 AM
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-11-2022 10:49 AM
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-14-2022 05:03 AM
Thank you! that works!
