<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Exporting Selected Records from Feature Layer to .CSV File? in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/exporting-selected-records-from-feature-layer-to/m-p/348007#M32162</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;How about coverting the features to JSON and convert the JSON to csv directly on the client?&lt;BR /&gt;&lt;A href="http://stackoverflow.com/questions/4130849/convert-json-format-to-csv-format-for-ms-excel"&gt;http://stackoverflow.com/questions/4130849/convert-json-format-to-csv-format-for-ms-excel&lt;/A&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Yeah, this looks nice.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 09 Jan 2014 22:41:54 GMT</pubDate>
    <dc:creator>TimCollyer</dc:creator>
    <dc:date>2014-01-09T22:41:54Z</dc:date>
    <item>
      <title>Exporting Selected Records from Feature Layer to .CSV File?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/exporting-selected-records-from-feature-layer-to/m-p/347994#M32149</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I am interested in adding in functionality that allows the user to select records from a feature layer and then have them export them to a .csv file.&amp;nbsp; I checked the JS API and samples and did not see this functionality.&amp;nbsp; I do not want a shapefile or feature class exported, just a table.&amp;nbsp; Users who will be using this will not have an ArcGIS Desktop install.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Has anyone been able to get something like this to work?&amp;nbsp; Would be very interested in your ideas.&amp;nbsp; Thanks.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Dec 2013 14:52:41 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/exporting-selected-records-from-feature-layer-to/m-p/347994#M32149</guid>
      <dc:creator>IanPeebles</dc:creator>
      <dc:date>2013-12-20T14:52:41Z</dc:date>
    </item>
    <item>
      <title>Re: Exporting Selected Records from Feature Layer to .CSV File?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/exporting-selected-records-from-feature-layer-to/m-p/347995#M32150</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Ian,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Attached is a toolbox with an added python script.&amp;nbsp; The script will export a table, or feature class's table, to a CSV or XLS file.&amp;nbsp; You can publish this as an ArcGIS Server GP Service, and then use the &lt;/SPAN&gt;&lt;A href="https://developers.arcgis.com/en/javascript/jsapi/geoprocessor-amd.html"&gt;Geoprocessor&lt;/A&gt;&lt;SPAN&gt; class to run this in your application.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Dec 2013 16:32:41 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/exporting-selected-records-from-feature-layer-to/m-p/347995#M32150</guid>
      <dc:creator>JakeSkinner</dc:creator>
      <dc:date>2013-12-20T16:32:41Z</dc:date>
    </item>
    <item>
      <title>Re: Exporting Selected Records from Feature Layer to .CSV File?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/exporting-selected-records-from-feature-layer-to/m-p/347996#M32151</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Jskinner&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you for ARCPY script. Unfortunately, when I try to run your model in ARCGtool box with my sample featureclass or shapefile,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I am getting the following error. I changed the data input parameter setting to featureclass and output data type to derived. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;class 'pywintypes.com_error'&amp;gt;:(-2147221005, 'Invalid Class String', None, None).&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Failed to excute&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Dec 2013 10:34:15 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/exporting-selected-records-from-feature-layer-to/m-p/347996#M32151</guid>
      <dc:creator>GaneshSolai_Sambandam</dc:creator>
      <dc:date>2013-12-23T10:34:15Z</dc:date>
    </item>
    <item>
      <title>Re: Exporting Selected Records from Feature Layer to .CSV File?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/exporting-selected-records-from-feature-layer-to/m-p/347997#M32152</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;You won't have to make any changes to the parameters.&amp;nbsp; The script should run on a feature class with the input as a 'Table View' and the output type as 'Required'.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Dec 2013 10:39:47 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/exporting-selected-records-from-feature-layer-to/m-p/347997#M32152</guid>
      <dc:creator>JakeSkinner</dc:creator>
      <dc:date>2013-12-23T10:39:47Z</dc:date>
    </item>
    <item>
      <title>Re: Exporting Selected Records from Feature Layer to .CSV File?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/exporting-selected-records-from-feature-layer-to/m-p/347998#M32153</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks for the script.&amp;nbsp; I just want to clarify. . this will work within a javascript application using a feature layer correct?&amp;nbsp; You mentioned feature class, which tells me that this will work for a desktop application?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I will have selection tools that will select the feature layer within the application.&amp;nbsp; Are you saying I can create a geoprocessing service that I can run to export the selected records within the application?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If so, I will try this out when I return to the office next week.&amp;nbsp; I am out of the office, so I cannot test until next week.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Dec 2013 11:47:23 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/exporting-selected-records-from-feature-layer-to/m-p/347998#M32153</guid>
      <dc:creator>IanPeebles</dc:creator>
      <dc:date>2013-12-23T11:47:23Z</dc:date>
    </item>
    <item>
      <title>Re: Exporting Selected Records from Feature Layer to .CSV File?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/exporting-selected-records-from-feature-layer-to/m-p/347999#M32154</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Jskinner&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;This time, I didn't change of your code and just used it.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;for input data type - i chose "Table View" - required&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;for output data type - i chose "File" - required.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;But, still I am getting same error as mentioned above. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;class 'pywintypes.com_error'&amp;gt;-2147221005, 'Invalid Class String', None, None).&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Failed to excute &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Finally, I looked at your code, the input and output files are&amp;nbsp; is hard coded.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Something like this:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;tablePath = r"C:\TEMP\Python\Test.gdb\XY"&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;filePath = r"C:\TEMP\Python\XY.xlsx"&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;So, In this case, it won't work I believe.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Inorder to get user input and output files - should we not use something like this:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;inputFile = arcpy.GetParameterAsText(0)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;outputFile = arcpy.GetParameterAsText(0)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If I am wrong please correct me.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Ganesh&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Dec 2013 12:20:10 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/exporting-selected-records-from-feature-layer-to/m-p/347999#M32154</guid>
      <dc:creator>GaneshSolai_Sambandam</dc:creator>
      <dc:date>2013-12-23T12:20:10Z</dc:date>
    </item>
    <item>
      <title>Re: Exporting Selected Records from Feature Layer to .CSV File?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/exporting-selected-records-from-feature-layer-to/m-p/348000#M32155</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;That was my mistake.&amp;nbsp; I sent the wrong script.&amp;nbsp; I've attached the correct one.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Dec 2013 13:10:56 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/exporting-selected-records-from-feature-layer-to/m-p/348000#M32155</guid>
      <dc:creator>JakeSkinner</dc:creator>
      <dc:date>2013-12-23T13:10:56Z</dc:date>
    </item>
    <item>
      <title>Re: Exporting Selected Records from Feature Layer to .CSV File?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/exporting-selected-records-from-feature-layer-to/m-p/348001#M32156</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;HI Jskinner&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Can you also explain the output datatype for your parameter, please.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Ganesh&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Dec 2013 14:04:34 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/exporting-selected-records-from-feature-layer-to/m-p/348001#M32156</guid>
      <dc:creator>GaneshSolai_Sambandam</dc:creator>
      <dc:date>2013-12-23T14:04:34Z</dc:date>
    </item>
    <item>
      <title>Re: Exporting Selected Records from Feature Layer to .CSV File?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/exporting-selected-records-from-feature-layer-to/m-p/348002#M32157</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;That was my mistake.&amp;nbsp; I sent the wrong script.&amp;nbsp; I've attached the correct one.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;How can I use this tool for the Javascript application?&amp;nbsp; For instance, I want to be able to select records and just export those records to a .csv file.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I need this to work against a feature service.&amp;nbsp; How do I use this tool with a feature service?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Is this more of an ArcGIS Desktop tool?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Jan 2014 19:10:02 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/exporting-selected-records-from-feature-layer-to/m-p/348002#M32157</guid>
      <dc:creator>IanPeebles</dc:creator>
      <dc:date>2014-01-07T19:10:02Z</dc:date>
    </item>
    <item>
      <title>Re: Exporting Selected Records from Feature Layer to .CSV File?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/exporting-selected-records-from-feature-layer-to/m-p/348003#M32158</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Instead of trying to use a GeoProcessing service, I would write a server-side component in your web site. The handler would take the user selected data as input, serialize the JSON to classes, and then write the CSV equivalent.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;What kind of server are you running? If you are running ASP.NET I would recommend using the following libraries for this.&lt;/SPAN&gt;&lt;BR /&gt;&lt;UL&gt;&lt;BR /&gt;&lt;LI&gt;&lt;A href="http://www.nuget.org/packages/ServiceStack/"&gt;ServiceStack&lt;/A&gt;: This is for easily creating a REST endpoint. There is also a library for JSON serialization.&lt;/LI&gt;&lt;BR /&gt;&lt;LI&gt;&lt;A href="http://www.nuget.org/packages/CsvHelper/"&gt;CsvHelper&lt;/A&gt; This library is for converting your classes into CSV. [Edit: I think ServiceStack on its own suports CSV output, so you probably don't need CSVHelper after all.]&lt;/LI&gt;&lt;BR /&gt;&lt;/UL&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Jan 2014 23:23:13 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/exporting-selected-records-from-feature-layer-to/m-p/348003#M32158</guid>
      <dc:creator>JeffJacobson</dc:creator>
      <dc:date>2014-01-08T23:23:13Z</dc:date>
    </item>
    <item>
      <title>Re: Exporting Selected Records from Feature Layer to .CSV File?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/exporting-selected-records-from-feature-layer-to/m-p/348004#M32159</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I more or less use jacobsj's approach (I have a tomcat/java server).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I did investigate ways of doing this using the &lt;/SPAN&gt;&lt;A href="http://www.w3.org/TR/FileAPI/"&gt;File API&lt;/A&gt;&lt;SPAN&gt;, but I gave up because IE8 doesn't support it if I recall correctly. I'm not sure if it is possible or not though.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Jan 2014 05:05:52 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/exporting-selected-records-from-feature-layer-to/m-p/348004#M32159</guid>
      <dc:creator>TimCollyer</dc:creator>
      <dc:date>2014-01-09T05:05:52Z</dc:date>
    </item>
    <item>
      <title>Re: Exporting Selected Records from Feature Layer to .CSV File?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/exporting-selected-records-from-feature-layer-to/m-p/348005#M32160</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;How about coverting the features to JSON and convert the JSON to csv directly on the client?&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://stackoverflow.com/questions/4130849/convert-json-format-to-csv-format-for-ms-excel"&gt;http://stackoverflow.com/questions/4130849/convert-json-format-to-csv-format-for-ms-excel&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Jan 2014 12:28:03 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/exporting-selected-records-from-feature-layer-to/m-p/348005#M32160</guid>
      <dc:creator>ReneRubalcava</dc:creator>
      <dc:date>2014-01-09T12:28:03Z</dc:date>
    </item>
    <item>
      <title>Re: Exporting Selected Records from Feature Layer to .CSV File?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/exporting-selected-records-from-feature-layer-to/m-p/348006#M32161</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;I more or less use jacobsj's approach (I have a tomcat/java server).&lt;BR /&gt;&lt;BR /&gt;I did investigate ways of doing this using the &lt;A href="http://www.w3.org/TR/FileAPI/"&gt;File API&lt;/A&gt;, but I gave up because IE8 doesn't support it if I recall correctly. I'm not sure if it is possible or not though.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You are correct, &lt;/SPAN&gt;&lt;A href="http://caniuse.com/#search=FileApi"&gt;IE8 doesn't support File API&lt;/A&gt;&lt;SPAN&gt;. I think you would also need &lt;/SPAN&gt;&lt;A href="http://caniuse.com/#search=FileWriter"&gt;FileWriter, which most browsers don't support&lt;/A&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Jan 2014 14:58:10 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/exporting-selected-records-from-feature-layer-to/m-p/348006#M32161</guid>
      <dc:creator>JeffJacobson</dc:creator>
      <dc:date>2014-01-09T14:58:10Z</dc:date>
    </item>
    <item>
      <title>Re: Exporting Selected Records from Feature Layer to .CSV File?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/exporting-selected-records-from-feature-layer-to/m-p/348007#M32162</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;How about coverting the features to JSON and convert the JSON to csv directly on the client?&lt;BR /&gt;&lt;A href="http://stackoverflow.com/questions/4130849/convert-json-format-to-csv-format-for-ms-excel"&gt;http://stackoverflow.com/questions/4130849/convert-json-format-to-csv-format-for-ms-excel&lt;/A&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Yeah, this looks nice.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Jan 2014 22:41:54 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/exporting-selected-records-from-feature-layer-to/m-p/348007#M32162</guid>
      <dc:creator>TimCollyer</dc:creator>
      <dc:date>2014-01-09T22:41:54Z</dc:date>
    </item>
    <item>
      <title>Re: Exporting Selected Records from Feature Layer to .CSV File?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/exporting-selected-records-from-feature-layer-to/m-p/348008#M32163</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Was looking for a recent solution to this and I downloaded your python and attempted to publish and it simply crashes in Catalog when trying to publish.&amp;nbsp; I have tried looking into the Export Item as well with no luck on how to set that up either.&amp;nbsp; If you can provide some insight into setting this up that would be greatly appreciated.&amp;nbsp; If not I'll start a new question.&amp;nbsp; Thank you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Dec 2017 00:40:18 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/exporting-selected-records-from-feature-layer-to/m-p/348008#M32163</guid>
      <dc:creator>JohnRitsko1</dc:creator>
      <dc:date>2017-12-06T00:40:18Z</dc:date>
    </item>
  </channel>
</rss>

