CSV parser Snap is not detecting duplicate fields
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-24-2022 04:42 PM
Sample CSV file:
“id”, “Stage”, “Stage”,“Type”
“1”,“close”,“config”, “test”
“1”,“open”,“plan”, “test”
We have duplicate columns name and different values… But CSV parser snap throws only one field.
How can i read both duplicate fields?
2 REPLIES 2
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-24-2022 04:50 PM
There is a workaround mentioned here (though it mentions dat files, it’s using the CSV parser): Same column names in dat file
Diane Miller
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-24-2022 10:53 PM
Thanks. It works for me. Appreciate!!!
Reply
