Question
Creating a flat file in Cold Fusion
Hi, I am trying to create a text file from a cfquery.
I am using the cfsavecontent command and would like to have only the result of the query (40 records of 3 fields each), one record per line. To do so, I need to use <br> to change line, but the <br> appears in my file.
Is there a way to avoid this ?
Thank you in advance to anyone who can help ...
