Force KNIME to Read CSV Columns As Strings

You could try and combine this approach - using R package readr

with this thing:

The package seems to have the option to force all columns to strings.