<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.0.2" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title>Support Forum &#187; Topic: csv export</title>
		<link>http://projects.binnyva.com/forum/topic/csv_export</link>
		<description>Support for my OSS Projects</description>
		<language>en-US</language>
		<pubDate>Tue, 07 Feb 2012 16:28:59 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.0.2</generator>
		<textInput>
			<title><![CDATA[Search]]></title>
			<description><![CDATA[Search all topics from these forums.]]></description>
			<name>q</name>
			<link>http://projects.binnyva.com/forum/search.php</link>
		</textInput>
		<atom:link href="http://projects.binnyva.com/forum/rss/topic/csv_export" rel="self" type="application/rss+xml" />

		<item>
			<title>Binny V A on "csv export"</title>
			<link>http://projects.binnyva.com/forum/topic/csv_export#post-204</link>
			<pubDate>Tue, 07 Apr 2009 17:38:27 +0000</pubDate>
			<dc:creator>Binny V A</dc:creator>
			<guid isPermaLink="false">204@http://projects.binnyva.com/forum/</guid>
			<description>Hi Binny,&#60;br /&#62;
&#60;br /&#62;
i took a look at your export.php and changed two things:&#60;br /&#62;
&#60;br /&#62;
*) print '&#38;quot;' . stripslashes(implode('&#38;quot;;&#38;quot;', $attendee)) . &#38;quot;\&#38;quot;\n&#38;quot;; Ã‚Â»Ã‚Â»Ã‚Â» i changed the &#38;quot;,&#38;quot; to &#38;quot;;&#38;quot; - this forces (excel &#38;amp; openoffice) to put every value in a separate cell. maybe you could change this in the next version.&#60;br /&#62;
&#60;br /&#62;
*) header(&#38;quot;Content-Disposition:attachment;filename=$event_name&#38;quot; . date(&#38;quot;_Y-m-d_H-i&#38;quot;,time()) . &#38;quot;.csv&#38;quot;); Ã‚Â»Ã‚Â»Ã‚Â» i brought date and time to differ better between multiple downloads of the same file. some people (including myself) may need this. maybe you could change this in the next version too, or (if you want to make it super-sophisticated) bring an admin-panel option if you want to add date&#38;amp;time or not.&#60;br /&#62;
&#60;br /&#62;
**********************&#60;br /&#62;
&#60;br /&#62;
i then tried to replace &#38;quot;A.name,A.url,A.email,A.phone&#38;quot; at &#38;quot;$all_attendee = &#38;quot; with an asteriks &#38;quot;*&#38;quot;. i tried to do this to make the code flexible enough to handle different form-fields, because i still hope you will add custom-forms in the next version. &#60;br /&#62;
&#60;br /&#62;
my problem simply is, that i donÃ‚Â´t know how to exclude &#38;quot;guests, added_on, attendee_ID&#38;quot; from &#38;quot;{$wpdb-&#38;gt;prefix}eventr_event_attendee&#38;quot;-table and &#38;quot;ID, picture&#38;quot; from &#38;quot;{$wpdb-&#38;gt;prefix}eventr_attendee&#38;quot;-table. &#60;br /&#62;
&#60;br /&#62;
another problem is that i donÃ‚Â´t know how to exclude empty table-cells... maybe with something like &#38;quot;EXCLUDE blablabla WHEN/IS NULL&#38;quot;?</description>
		</item>

	</channel>
</rss>

