<?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 Create a FeatureCollection/Table from CSV file? in .NET Maps SDK Questions</title>
    <link>https://community.esri.com/t5/net-maps-sdk-questions/create-a-featurecollection-table-from-csv-file/m-p/1379180#M12517</link>
    <description>&lt;P&gt;I am essentially wanting to create a similar function to what ArcGIS Pro and ArcMap can do which is the 'Import XY Data'. I have a CSV file with lat,long and some other fields, and want to be able to turn this into a FeatureLayer/Table/Collection and then build graphics from that.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I know I could parse the CSV file myself, and build each graphic manually but after looking into the Feature API's it looks like something like Import CSV may be possible? Any help would be appreciated.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
    <pubDate>Wed, 07 Feb 2024 16:34:17 GMT</pubDate>
    <dc:creator>NeilBaines</dc:creator>
    <dc:date>2024-02-07T16:34:17Z</dc:date>
    <item>
      <title>Create a FeatureCollection/Table from CSV file?</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/create-a-featurecollection-table-from-csv-file/m-p/1379180#M12517</link>
      <description>&lt;P&gt;I am essentially wanting to create a similar function to what ArcGIS Pro and ArcMap can do which is the 'Import XY Data'. I have a CSV file with lat,long and some other fields, and want to be able to turn this into a FeatureLayer/Table/Collection and then build graphics from that.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I know I could parse the CSV file myself, and build each graphic manually but after looking into the Feature API's it looks like something like Import CSV may be possible? Any help would be appreciated.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Wed, 07 Feb 2024 16:34:17 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/create-a-featurecollection-table-from-csv-file/m-p/1379180#M12517</guid>
      <dc:creator>NeilBaines</dc:creator>
      <dc:date>2024-02-07T16:34:17Z</dc:date>
    </item>
    <item>
      <title>Re: Create a FeatureCollection/Table from CSV file?</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/create-a-featurecollection-table-from-csv-file/m-p/1379194#M12518</link>
      <description>&lt;P&gt;There is a service endpoint that offers this capability (&lt;A href="https://developers.arcgis.com/rest/users-groups-and-items/generate.htm" target="_blank" rel="noopener"&gt;/generate: Generate—ArcGIS REST APIs | ArcGIS Developers&lt;/A&gt;) but client-side you'll need to parse the CSV and create the features or graphics yourself. Note features and graphics are similar, but feature collections are within the operational layers collection of the map (and can be saved in a webmap or as a portal item) whereas graphics existing only in the graphics overlay and cannot be saved/persisted (other than saving to JSON for example).&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Note it should be more efficient to use the method that takes a collection of features:&amp;nbsp;&lt;A href="https://developers.arcgis.com/net/api-reference/api/net/Esri.ArcGISRuntime/Esri.ArcGISRuntime.Data.FeatureTable.AddFeaturesAsync.html#Esri_ArcGISRuntime_Data_FeatureTable_AddFeaturesAsync_System_Collections_Generic_IEnumerable_Esri_ArcGISRuntime_Data_Feature__" target="_blank" rel="noopener"&gt;Method AddFeaturesAsync (arcgis.com)&lt;/A&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 07 Feb 2024 16:50:29 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/create-a-featurecollection-table-from-csv-file/m-p/1379194#M12518</guid>
      <dc:creator>MichaelBranscomb</dc:creator>
      <dc:date>2024-02-07T16:50:29Z</dc:date>
    </item>
    <item>
      <title>Re: Create a FeatureCollection/Table from CSV file?</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/create-a-featurecollection-table-from-csv-file/m-p/1379561#M12519</link>
      <description>&lt;P&gt;Thanks Michael&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 08 Feb 2024 09:18:28 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/create-a-featurecollection-table-from-csv-file/m-p/1379561#M12519</guid>
      <dc:creator>NeilBaines</dc:creator>
      <dc:date>2024-02-08T09:18:28Z</dc:date>
    </item>
    <item>
      <title>Re: Create a FeatureCollection/Table from CSV file?</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/create-a-featurecollection-table-from-csv-file/m-p/1379816#M12521</link>
      <description>&lt;P&gt;You can also parse the CSV and insert it into a local geodatabase, so you only have to convert it once. Here's an example of creating an entire map using a programmatically created geodatabase:&lt;/P&gt;&lt;P&gt;&lt;A href="https://github.com/Esri/arcgis-maps-sdk-dotnet-demos/blob/main/src/GeometryEditor/MapCreator.cs#L36-L51" target="_blank"&gt;https://github.com/Esri/arcgis-maps-sdk-dotnet-demos/blob/main/src/GeometryEditor/MapCreator.cs#L36-L51&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 08 Feb 2024 17:20:00 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/create-a-featurecollection-table-from-csv-file/m-p/1379816#M12521</guid>
      <dc:creator>dotMorten_esri</dc:creator>
      <dc:date>2024-02-08T17:20:00Z</dc:date>
    </item>
  </channel>
</rss>

