Quotation marks only on text / specific fields

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.

1 Like

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.

2 Likes

Perfect, thanks - that’ll give me what I need

This can be done with one Replace action with a regex.

4 Likes

Or using the Substitute transform.