Forum Discussion

mayur's avatar
mayur
New Contributor II
4 years ago

CSV parser Snap is not detecting duplicate fields

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?