Line Break in Text Files

I ported our application over to Lucee and one of the features generates a .txt files that get uploaded to a system. That system requires 1 item per line. Problem I’m having is its running the lines together and not breaking.

It line breaks by adding cfoutput chr(13)chr(10) after each item, but its not causing a linebreak when Lucee generates the file.

What version of Lucee are you using?

Can we see the relevant code that is causing this behavior?

What are your white space settings set to in the admin?