Gents and Ladies...

I am having a right old headache generating a CSV file from data in a
database.

The data is all returned fine, but at the end of every file there are seven
blank fields, no matter what data is contained.
I'm pulling my hair out trying to find out why these seven lines are
added... I use almost identical code in another app, and it never returns
any garbage!

Anyone had this or know why this is happening?

<CFHEADER NAME="Content-Disposition" VALUE="inline;
filename=#dateformat(now(), "yyyymmdd")#_#timeformat(now(), "HHmm")#.csv">
<CFCONTENT TYPE="application/unknown"><cfoutput>"CONTACT ID","SET NAME","SET
LABEL","DATA"#chr(13)#</cfoutput><CFOUTPUT
QUERY="get_all">"#contact_id#","#set_name#","#item_label#","#item_data#"#chr
(13)#</CFOUTPUT>


-------------------------------------------------------
Rich Wild
Senior Web Designer

-------------------------------------------------------
e-mango.com ltd                      Tel: 01202 587 400
Lansdowne Place                      Fax: 01202 587 401
17 Holdenhurst Road
Bournemouth                   Mailto:[EMAIL PROTECTED]
BH8 8EW, UK                      http://www.e-mango.com
-------------------------------------------------------
This message may contain information which is legally
privileged and/or confidential.  If you are not the
intended recipient, you are hereby notified that any
unauthorised disclosure, copying, distribution or use
of this information is strictly prohibited. Such
notification notwithstanding, any comments, opinions,
information or conclusions expressed in this message
are those of the originator, not of e-mango.com ltd,
unless otherwise explicitly and independently indicated
by an authorised representative of e-mango.com ltd.
-------------------------------------------------------


------------------------------------------------------------------------------
Archives: http://www.mail-archive.com/[email protected]/
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.

Reply via email to