CSV Writer Problem

@rfeigel I know CSV is a very common file format to transfer data but it comes with these kinds of problems. Depending on the target system you might think about other data formats like Parquet or ARFF (which is also ‚pure‘ text but keeps the column types intact), both are supported by KNIME. Or even SQLite/H2 if the other system would support them.