Csv file includes two blank lines after each record

Hello, I have a workflow generating a csv file. The file generates just fine with the appropriate items but it includes two blank lines after each record when I open it in Notepad. How do I remove the blank lines? Thanks

Make sure your template only contains a single header row and a single data row.
I suspect that you have one or more extra carriage returns at the end of the template.

4 Likes

That was it! Thanks Phil!

1 Like

Thanks for the update Daisy.
Glad it is working for you.

1 Like