Skip to main content
Nintex Community Menu Bar

How to create a *.csv file (with more than one line) via workflow?

  • December 12, 2018
  • 2 replies
  • 24 views

Forum|alt.badge.img+10

Hi all,

I want to create a *.csv file with NINTEX (build string). The creation of the file is no problem (I am using the send mail action for that, sending the content to a sharepoint folder). Also "a one line" input is no problem,

BUT I need several lines to be created AND THAT IS THE PROBLEM. I am able to use any kind of separator in order to fill-out different columns, but how do I separate different LINES? I found " " but that is not working.

My string is looking something like this currently:

YES;YES;NO;1;2;  YES;NO;NO;3;4;   YES;YES;NO;5;6; 

At the end of the day my csv should look like this:

YESYESNO12
YESNONO34
YESYESNO56

Cheers

mai-kel

2 replies

Forum|alt.badge.img+9
  • December 13, 2018

Did you try this?

221675_pastedImage_1.png


Forum|alt.badge.img+10
  • Author
  • Nintex Partner
  • December 13, 2018

Yeah, I tried this yesterday, I stumbled across it when I was looking for something else... happy.png

It works like a charm! 

Cheers

mai-kel