CSV Reader special characteristcs

@GHoertner you can use the Python package chardet to determine the CSV encoding and build that into a KNIME workflow to automatically detect the encoding and also the separators.

You could also think about validating the file against a sample file and ensure the types and columns are correct.

2 Likes