I am having issues loading in a csv file using the csv reader node. I am getting an error saying 'row56806 can’t be converted to the configured data types.
You can configure the CSV Reader to treat all columns as strings temporarily by unchecking “Enforce Data Types” and forcing KNIME to import every column as a string. This way, you’ll be able to load the file without errors and can later convert columns to the correct types using the “String to Number” or similar nodes.