<?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: Export Unread, Starred, something...</title>
		<link>https://legacy.forums.gravityhelp.com/topic/export-unread-starred-something</link>
		<description>Gravity Support Forums Topic: Export Unread, Starred, something...</description>
		<language>en-US</language>
		<pubDate>Sun, 19 Apr 2026 23:29:26 +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/export-unread-starred-something" rel="self" type="application/rss+xml" />

		<item>
			<title>Chris Hajer on "Export Unread, Starred, something..."</title>
			<link>https://legacy.forums.gravityhelp.com/topic/export-unread-starred-something#post-98236</link>
			<pubDate>Mon, 03 Dec 2012 07:09:25 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">98236@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I'll tag it as a feature request.  Maybe it can be added as an enhancement in a future version.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>thinksoda on "Export Unread, Starred, something..."</title>
			<link>https://legacy.forums.gravityhelp.com/topic/export-unread-starred-something#post-98147</link>
			<pubDate>Mon, 03 Dec 2012 01:29:52 +0000</pubDate>
			<dc:creator>thinksoda</dc:creator>
			<guid isPermaLink="false">98147@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi there,&#60;/p&#62;
&#60;p&#62;I'd love to be able to export just the 'Starred' values from a form. Maybe something for the next version?&#60;/p&#62;
&#60;p&#62;NK
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Mattingly Graphics on "Export Unread, Starred, something..."</title>
			<link>https://legacy.forums.gravityhelp.com/topic/export-unread-starred-something#post-83730</link>
			<pubDate>Thu, 25 Oct 2012 14:16:09 +0000</pubDate>
			<dc:creator>Mattingly Graphics</dc:creator>
			<guid isPermaLink="false">83730@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;No worries. You guys are usually super fast. One of the reasons I love this plugin.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Hajer on "Export Unread, Starred, something..."</title>
			<link>https://legacy.forums.gravityhelp.com/topic/export-unread-starred-something#post-83722</link>
			<pubDate>Thu, 25 Oct 2012 13:37:53 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">83722@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Let us know if you need help implementing that or if you run into a snag.  Sorry for the delay in our response.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Mattingly Graphics on "Export Unread, Starred, something..."</title>
			<link>https://legacy.forums.gravityhelp.com/topic/export-unread-starred-something#post-83711</link>
			<pubDate>Thu, 25 Oct 2012 13:10:21 +0000</pubDate>
			<dc:creator>Mattingly Graphics</dc:creator>
			<guid isPermaLink="false">83711@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Wow. That was awesome. This has everything the client should need. I was thinking about using the entry id, but my concern is the client has a turnover of employees, and this record could be lost. The ability to export read/unread etc as an export field ensures that someone could come in out of nowhere and be able to know from day 1 what are new entries and export them.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Hajer on "Export Unread, Starred, something..."</title>
			<link>https://legacy.forums.gravityhelp.com/topic/export-unread-starred-something#post-83709</link>
			<pubDate>Thu, 25 Oct 2012 12:58:39 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">83709@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;is_starred and is_read are both values stored with the lead in the database.  However, they're not included in the export, nor are they available to use in the field selections FOR the export.  However, there are two filters you could use:&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.gravityhelp.com/documentation/page/Gform_export_fields&#34; rel=&#34;nofollow&#34;&#62;http://www.gravityhelp.com/documentation/page/Gform_export_fields&#60;/a&#62;&#60;br /&#62;
This will add fields to the entry export selection list.&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.gravityhelp.com/documentation/page/Gform_export_field_value&#34; rel=&#34;nofollow&#34;&#62;http://www.gravityhelp.com/documentation/page/Gform_export_field_value&#60;/a&#62;&#60;br /&#62;
This will allow you to populate these new columns you added to the selections.&#60;/p&#62;
&#60;p&#62;You could use gform_export_field_value to populate the two new fields, maybe &#34;Starred&#34; and &#34;Read&#34; with the values which are stored in the lead table.  That would at least populate the export with the values for Starred and Read.  You could not use it as a selector for the export, but you could process the CSV and know if the entry was starred or read.&#60;/p&#62;
&#60;p&#62;If not that, I usually use the entry ID which is unique, to know what the last entry was that I exported.  I end up having one spreadsheet usually, of all the leads, so I just pick up new record which come after the last one I previously exported and stored in the spreadsheet.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Mattingly Graphics on "Export Unread, Starred, something..."</title>
			<link>https://legacy.forums.gravityhelp.com/topic/export-unread-starred-something#post-82009</link>
			<pubDate>Thu, 18 Oct 2012 10:13:09 +0000</pubDate>
			<dc:creator>Mattingly Graphics</dc:creator>
			<guid isPermaLink="false">82009@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I've seen a few people asking similar questions, but no solutions as actually posted of yet. The date range thing is nice with export, but I have a client whose site receives a lot of entries in a day, and so if they export by date, they run the risk of losing entries logged later in the day. It would be REALLY nice to be able to add the ability to export by &#34;unread&#34; or by &#34;starred&#34; as well as by date. Can anyone walk me through that? I've seen posts where the recommendation is to edit the export functionality in the plugin export code, but I can't find it, nor do I know how I would call the &#34;star&#34; or &#34;read&#34; status...&#60;br /&#62;
Another possible solution would be to move the posts to trash automatically after export. But I have NO CLUE how to implement that.&#60;br /&#62;
Site needs to be done in 2 weeks, so I'll need to get moving on this...&#60;br /&#62;
Thanks for your consideration/help!
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
