<?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: Returns in Textarea causing problems in csv export</title>
		<link>https://legacy.forums.gravityhelp.com/topic/returns-in-textarea-causing-problems-in-csv-export</link>
		<description>Gravity Support Forums Topic: Returns in Textarea causing problems in csv export</description>
		<language>en-US</language>
		<pubDate>Sun, 19 Apr 2026 18:20:25 +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/returns-in-textarea-causing-problems-in-csv-export" rel="self" type="application/rss+xml" />

		<item>
			<title>post@smart-media.no on "Returns in Textarea causing problems in csv export"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/returns-in-textarea-causing-problems-in-csv-export#post-272918</link>
			<pubDate>Fri, 24 May 2013 07:12:36 +0000</pubDate>
			<dc:creator>post@smart-media.no</dc:creator>
			<guid isPermaLink="false">272918@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi,&#60;br /&#62;
You can remove the returns before the data is saved to the database with the following script:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;add_filter(&#38;quot;gform_save_field_value&#38;quot;, &#38;quot;save_field_value&#38;quot;, 10, 4);
	function save_field_value($value, $lead, $field, $form){
		$new_value = str_replace(array(&#38;quot;\n&#38;quot;, &#38;quot;\t&#38;quot;, &#38;quot;\r&#38;quot;), &#38;#39;&#38;#39;, $value);
		return $new_value;
	}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;\n removes new lines&#60;br /&#62;
\t removes tabs&#60;br /&#62;
\r remove carriage returns
&#60;/p&#62;</description>
		</item>
		<item>
			<title>ScottSendraDesign on "Returns in Textarea causing problems in csv export"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/returns-in-textarea-causing-problems-in-csv-export#post-254514</link>
			<pubDate>Wed, 15 May 2013 20:16:00 +0000</pubDate>
			<dc:creator>ScottSendraDesign</dc:creator>
			<guid isPermaLink="false">254514@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I am having an issue when I import Gravity Forms csv forms into Excel. The form I created uses multiple textarea fields. If a return  is entered into a textarea, i.e more than one paragraph is added, when I import the csv data into Excel, the return is interpreted as a line break. This messes up my columns quite a bit!&#60;/p&#62;
&#60;p&#62;Is there a way of filtering for returns and replacing or deleting them? Or a way of preventing certain characters from being allowed in a textarea field?&#60;/p&#62;
&#60;p&#62;Thank you!
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
