OK here is a way to force KNIME to handle CSV all columns as strings (and maybe convert some of them later. Mainly it relies on the quotes and on the column names that would force the whole column to be read as string:
Column names will later be inserted separately.