Limitations of csv reader or file reader

Hi guys,

Someone have problems to load a csv or file reader with more than 1 million of lines?

My file have 1 column only, utf8 coded, about 999.869 lines.

I try to change de memory and temp files scheme, but didn’t solve too.

Some ideia?

Thks,

Denis Iongbloed

Hi guys, I found e string error that breaks the file reader… I changed the separator for a different context for “,” (I used “|”), and it works….

So thats the error and solution.

Tks, Denis

2 Likes

Well done @denisfi This happens when data seems to be ‘broken’ somehow. KNIME recognizes various schemes of input data then and returns an error message. The user needs to correct data manually or go to ‘Advanced’ tab of reader node and check settings for schema.

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.