<?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: Change CSV $separator character to pipe delimited (&#124;)</title>
		<link>https://legacy.forums.gravityhelp.com/topic/change-csv-separator-character-to-pipe-delimited</link>
		<description>Gravity Support Forums Topic: Change CSV $separator character to pipe delimited (|)</description>
		<language>en-US</language>
		<pubDate>Sun, 19 Apr 2026 18:50:16 +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/change-csv-separator-character-to-pipe-delimited" rel="self" type="application/rss+xml" />

		<item>
			<title>David Peralty on "Change CSV $separator character to pipe delimited (&#124;)"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/change-csv-separator-character-to-pipe-delimited#post-299279</link>
			<pubDate>Mon, 03 Jun 2013 12:42:41 +0000</pubDate>
			<dc:creator>David Peralty</dc:creator>
			<guid isPermaLink="false">299279@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;No problem, glad to help.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>joethepro on "Change CSV $separator character to pipe delimited (&#124;)"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/change-csv-separator-character-to-pipe-delimited#post-299268</link>
			<pubDate>Mon, 03 Jun 2013 12:37:41 +0000</pubDate>
			<dc:creator>joethepro</dc:creator>
			<guid isPermaLink="false">299268@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Thanks! missed that.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>David Peralty on "Change CSV $separator character to pipe delimited (&#124;)"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/change-csv-separator-character-to-pipe-delimited#post-299207</link>
			<pubDate>Mon, 03 Jun 2013 12:06:23 +0000</pubDate>
			<dc:creator>David Peralty</dc:creator>
			<guid isPermaLink="false">299207@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;We have a hook you can use in your theme's functions.php file to change the separator - &#60;a href=&#34;http://www.gravityhelp.com/documentation/page/Gform_export_separator&#34; rel=&#34;nofollow&#34;&#62;http://www.gravityhelp.com/documentation/page/Gform_export_separator&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>joethepro on "Change CSV $separator character to pipe delimited (&#124;)"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/change-csv-separator-character-to-pipe-delimited#post-299192</link>
			<pubDate>Mon, 03 Jun 2013 11:56:32 +0000</pubDate>
			<dc:creator>joethepro</dc:creator>
			<guid isPermaLink="false">299192@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I've found it in the source (export.php) - I'm just wondering if it can be added as an option of the export page, or if I can have some help to write this into a wordpress filter?&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;// set the separater
        $separator = apply_filters(&#38;#39;gform_export_separator_&#38;#39; . $form_id, apply_filters(&#38;#39;gform_export_separator&#38;#39;, &#38;#39;,&#38;#39;, $form_id), $form_id);&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;change to:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;// set the separater
        $separator = apply_filters(&#38;#39;gform_export_separator_&#38;#39; . $form_id, apply_filters(&#38;#39;gform_export_separator&#38;#39;, &#38;#39;&#124;&#38;#39;, $form_id), $form_id);&#60;/code&#62;&#60;/pre&#62;</description>
		</item>

	</channel>
</rss>
