cancel
Showing results forย 
Search instead forย 
Did you mean:ย 

CSV parser Snap is not detecting duplicate fields

mayur
New Contributor II

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

dmiller
Admin Admin
Admin

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
Community Manager

mayur
New Contributor II

Thanks. It works for me. Appreciate!!!