Hi everyone,
I am new in Knime. I want to read a CSV file. With File Reader node I get the output below.
I want all values in different columns but couldn’t seperate them.
46|Multiple|J. R White|CA|1983|Software Engineering|
Hi everyone,
I am new in Knime. I want to read a CSV file. With File Reader node I get the output below.
I want all values in different columns but couldn’t seperate them.
46|Multiple|J. R White|CA|1983|Software Engineering|
Are you reading a CSV, or are you reading a file with fields separated with a pipe (a |
) ?
Eh… not really… just because you glue a beak on a trout doesn’t make it a duck.
As you can see in that header line, and the data, your fields are separated by pipes, not commas (which is what the ‘C’ in CSV stands for.) You’ve specified “TAB” in the column delimiter field in this panel (which would be for a TSV file; ) try specifying a pipe in the column delimiter field and lemme know how that goes.
Check allow short lines in Advanced window
Worked. Thank you!
This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.