<?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: Changing CSV delimiter</title>
		<link>https://legacy.forums.gravityhelp.com/topic/changing-csv-delimiter</link>
		<description>Gravity Support Forums Topic: Changing CSV delimiter</description>
		<language>en-US</language>
		<pubDate>Sun, 05 Apr 2026 05:56:44 +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/changing-csv-delimiter" rel="self" type="application/rss+xml" />

		<item>
			<title>Carl Hancock on "Changing CSV delimiter"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/changing-csv-delimiter#post-28598</link>
			<pubDate>Mon, 27 Jun 2011 15:35:58 +0000</pubDate>
			<dc:creator>Carl Hancock</dc:creator>
			<guid isPermaLink="false">28598@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Currently there is no hook for this, but I have added it to our to do list for the next major feature release.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Taeke on "Changing CSV delimiter"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/changing-csv-delimiter#post-28562</link>
			<pubDate>Sun, 26 Jun 2011 13:35:50 +0000</pubDate>
			<dc:creator>Taeke</dc:creator>
			<guid isPermaLink="false">28562@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Thanks Dennis! Would love to see a solution that's more solid with upgrades and all..
&#60;/p&#62;</description>
		</item>
		<item>
			<title>dennis@oatmeal.nl on "Changing CSV delimiter"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/changing-csv-delimiter#post-27174</link>
			<pubDate>Tue, 07 Jun 2011 09:44:45 +0000</pubDate>
			<dc:creator>dennis@oatmeal.nl</dc:creator>
			<guid isPermaLink="false">27174@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I just figured out a hack because I had the same problem.&#60;br /&#62;
What I did is strip the newline out of the values and replace them with some spaces. It works for me with excel 2003.&#60;/p&#62;
&#60;p&#62;look for the file export.php in the folder gravityforms.&#60;/p&#62;
&#60;p&#62;arround line 492&#60;br /&#62;
change:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;$lines .= &#38;#39;&#38;quot;&#38;#39; . str_replace(&#38;#39;&#38;quot;&#38;#39;, &#38;#39;&#38;quot;&#38;quot;&#38;#39;, $value) . &#38;#39;&#38;quot;,&#38;#39;;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;into:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;$strippedValue = preg_replace(&#38;#39;/\r\n/&#38;#39;, &#38;#39;    &#38;#39;, $value) ;
$lines .= &#38;#39;&#38;quot;&#38;#39; . str_replace(&#38;#39;&#38;quot;&#38;#39;, &#38;#39;&#38;quot;&#38;quot;&#38;#39;, $strippedValue) . &#38;#39;&#38;quot;,&#38;#39;;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;good luck
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Jukka Karvonen on "Changing CSV delimiter"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/changing-csv-delimiter#post-27169</link>
			<pubDate>Tue, 07 Jun 2011 05:55:22 +0000</pubDate>
			<dc:creator>Jukka Karvonen</dc:creator>
			<guid isPermaLink="false">27169@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Is there any easy way to change CSV delimiter to semicolon instead of comma?&#60;/p&#62;
&#60;p&#62;When using locales where comma is used as a decimal separator, Excel does not import CSVs with multline text fields correctly. Instead of writing every line inside a single cell, Excel separates them to multiple cells and messes whole table structure. When using semicolon as a CSV delimiter, it works fine.
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
