CSV Writer: Add Option to auto convert to String and skip columns

Hi,

CSV is one of the most convenient file formats. However, writing to it using the CSV Writer requires all columns to be of type String. That conversion is rather cumbersome and annoying. Hence, I’d like to suggest to add options to:

  1. Auto-Convert all compatible columns to String (XML would, images wouldn’t work)
  2. Add a tab, similar to the import nodes Transformation, to select columns to skip

Best
Mike