<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.0.1" -->
<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>Gravity Support Forums Topic: Create CSV on the Fly</title>
		<link>https://legacy.forums.gravityhelp.com/topic/create-csv-on-the-fly</link>
		<description>Gravity Support Forums Topic: Create CSV on the Fly</description>
		<language>en-US</language>
		<pubDate>Tue, 21 Apr 2026 09:11:53 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.0.1</generator>
		<textInput>
			<title><![CDATA[Search]]></title>
			<description><![CDATA[Search all topics from these forums.]]></description>
			<name>q</name>
			<link>https://legacy.forums.gravityhelp.com/search.php</link>
		</textInput>
		<atom:link href="https://legacy.forums.gravityhelp.com/rss/topic/create-csv-on-the-fly" rel="self" type="application/rss+xml" />

		<item>
			<title>Chris Hajer on "Create CSV on the Fly"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/create-csv-on-the-fly#post-204533</link>
			<pubDate>Wed, 10 Apr 2013 22:06:06 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">204533@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;You can find public contact information for BFTrick on their profile page &#60;a href=&#34;http://www.gravityhelp.com/forums/profile/bftrick&#34; rel=&#34;nofollow&#34;&#62;http://www.gravityhelp.com/forums/profile/bftrick&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>BounceDrex on "Create CSV on the Fly"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/create-csv-on-the-fly#post-204321</link>
			<pubDate>Wed, 10 Apr 2013 18:09:33 +0000</pubDate>
			<dc:creator>BounceDrex</dc:creator>
			<guid isPermaLink="false">204321@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I'm looking to do something along the same lines as this post and was wondering if you had any success in developing this, BFTrick.&#60;/p&#62;
&#60;p&#62;If you could let me know I'd be grateful!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>BFTrick on "Create CSV on the Fly"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/create-csv-on-the-fly#post-103494</link>
			<pubDate>Mon, 17 Dec 2012 11:12:27 +0000</pubDate>
			<dc:creator>BFTrick</dc:creator>
			<guid isPermaLink="false">103494@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Wow, that sounds very easy. :)&#60;/p&#62;
&#60;p&#62;Thanks so much David!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>David Peralty on "Create CSV on the Fly"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/create-csv-on-the-fly#post-102734</link>
			<pubDate>Fri, 14 Dec 2012 14:32:52 +0000</pubDate>
			<dc:creator>David Peralty</dc:creator>
			<guid isPermaLink="false">102734@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I am an intermediate level developer and if I was going to do it, my best guess would be something like:&#60;/p&#62;
&#60;p&#62;2 hours development&#60;br /&#62;
2 hours testing&#60;/p&#62;
&#60;p&#62;I wouldn't build an admin interface for it, and if I was to do so, then yes, the project might take a fair bit longer, but it definitely shouldn't be longer than sixteen hours. Our hooks system will allow you to grab all the details, and building a CSV isn't all that difficult. We have hooks for attaching files to notifications too. &#60;/p&#62;
&#60;p&#62;All my best!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>BFTrick on "Create CSV on the Fly"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/create-csv-on-the-fly#post-102732</link>
			<pubDate>Fri, 14 Dec 2012 14:27:59 +0000</pubDate>
			<dc:creator>BFTrick</dc:creator>
			<guid isPermaLink="false">102732@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I've written a few custom themes and plugins for WP. Do you think a guestimate would be 8 hours or so to dig in and play around with the hooks and filters to create that file and attach it to the email?&#60;/p&#62;
&#60;p&#62;Probably another 8 if I want to be able to customize the backend so I can toggle which forms this applies to.&#60;/p&#62;
&#60;p&#62;Just a guess would be helpful. :)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>David Peralty on "Create CSV on the Fly"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/create-csv-on-the-fly#post-102340</link>
			<pubDate>Thu, 13 Dec 2012 16:01:35 +0000</pubDate>
			<dc:creator>David Peralty</dc:creator>
			<guid isPermaLink="false">102340@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi there, Gravity Forms doesn't have this feature currently, and so you would have to code this modification yourself. With some PHP and our hooks/filters system, you could definitely do this reasonably easily.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>BFTrick on "Create CSV on the Fly"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/create-csv-on-the-fly#post-102336</link>
			<pubDate>Thu, 13 Dec 2012 15:55:16 +0000</pubDate>
			<dc:creator>BFTrick</dc:creator>
			<guid isPermaLink="false">102336@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hello,&#60;/p&#62;
&#60;p&#62;I'm a developer looking into Gravity Forms for a client who wants some automation. Would it be possible for Gravity Forms to create a CSV file on the fly and attach it to the email notification that gets sent when the user fills out a form? The CSV file would be populated by the fields in the form.&#60;/p&#62;
&#60;p&#62;Thanks,
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
