csv - coldfusion
I'm using <cfsavecontent> to load query data into a .csv file. The data return is clean except for the end of the file i'm getting additional information from the coldfusion page like (see below). How do I get rid of this additional information?
</div>
</div>
<br clear="all" />
<div id="footer">
<p>© 2012
<a href="http://www.user.edu/index.html">data</a> |
<a href="http://www.user.edu/contactus/index.html">Contact Us</a> |
<a href="http://www.user.edu/site.html">Using Our Site</a><br />
address info here </p>
</div>
<!--End Footer-->
<br clear="all" />
</body>
</html>
