Is it possible to apply quotation marks only to text fields when you export to csv?
Set Quoting depending how you want to use quoting when outputting delimited files (such as CSV).
·As needed to add quotes (") around values that contain the delimiter character, quote characters or Carriage Returns.
·Always to add " quotes around every value.
·Never to never add " quotes around values (delimiters and Carriage Returns with values are replaced with Spaces).
You can’t add quoting on a column by column or value by value basis.
If you want quotation only for given field (manually selected) you can follow the @Admin description, select never and add the quotation with two Insert transformations manually.
One at the start of the field and with the second insert at end of field. Multiple fields can be selected.
Perfect, thanks - that’ll give me what I need
Or using the Substitute transform.


