Forum Discussion
koryknick
4 years agoEmployee
Please take a look at the CSV Parser documentation. There is a secondary input view that you can use to replace the column header names so that it will parse correctly.
cbot412
4 years agoNew Contributor II
Thank you! I get the headers but it skips all the blank columns.
my headers are
name, id, blank, blank, school, blank, blank.
and I have the blanks in the data and schema, but once it comes out of parser, it gives me
name, id, school
and the blank is not there anymore.