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?
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
02-24-2022 10:53 PM
Thanks. It works for me. Appreciate!!!