Does anyone how you can output a dataset from Alteryx to CSV which has embedded newlines in it? I don't want to remove the newlines from the field itself.
I.e. with out the newlines, in my output I get the following:
DESCRIPTION1 DESCRIPTION2 DESCRIPTION3
But I want to get:
DESCRIPTION1
DESCRIPTION2
DESCRIPTION3
Thanks!