Jerry Miller
Member since Jan 8, 2013
- Profile: /members/10567-jerry-miller.htm
- URL: http://www.jerrymillerjr.com
- Comments: 1
Recent Blog Comments By Jerry Miller
-
Updated: Converting A ColdFusion Query To CSV Using QueryToCSV()
Posted on Jan 8, 2013 at 3:10 PM
I am using this to export stored procedure data to a CSV and it works great! The only change I made was to check the CurrentRow against the RecordCount to break the loop. I was getting multiple newline chars at the end of the file. <cfif (ARGUMENTS.Query.CurrentRow LTE ARGUMENTS.Query.RecordCo... read more »