Question
1st row blank on CSV...
I'm curious why this is occuring. When I'm using the
following code:
<cfsavecontent variable="myCVS">
Name,Address,Address2,City,State,Zip
<cfoutput
query="AllUsersCVS">#Cust_Name#,#Cust_Address#,#Cust_Address2#,#Cust_City#,#Cust_State#,#Cust_Zip##chr(10)#</cfoutput>
</cfsavecontent>
the 1st row in the CSV file is blank. How can I get it so it will have the
'Name, Address, Address2', etc on the 1st row, instead of the 2nd?
<cfsavecontent variable="myCVS">
Name,Address,Address2,City,State,Zip
<cfoutput
query="AllUsersCVS">#Cust_Name#,#Cust_Address#,#Cust_Address2#,#Cust_City#,#Cust_State#,#Cust_Zip##chr(10)#</cfoutput>
</cfsavecontent>
the 1st row in the CSV file is blank. How can I get it so it will have the
'Name, Address, Address2', etc on the 1st row, instead of the 2nd?
