<?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: Imported csv data is different on ArcGIS Pro than what is on my Excel sheet? in ArcGIS Pro Questions</title>
    <link>https://community.esri.com/t5/arcgis-pro-questions/imported-csv-data-is-different-on-arcgis-pro-than/m-p/1029413#M37760</link>
    <description>&lt;P&gt;I tried renaming the field "Geographic Name Area" to Geographic_Name_Area like you suggested, then using the Table to Table tool (my professor uses Table to Table because she wants us to convert the xlsx file to a csv and import it as a csv file).&amp;nbsp;&lt;/P&gt;&lt;P&gt;I then tried using Excel to Table tool and that worked! Thank you so much!&lt;/P&gt;</description>
    <pubDate>Tue, 23 Feb 2021 03:22:19 GMT</pubDate>
    <dc:creator>Emberlynn</dc:creator>
    <dc:date>2021-02-23T03:22:19Z</dc:date>
    <item>
      <title>Imported csv data is different on ArcGIS Pro than what is on my Excel sheet?</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/imported-csv-data-is-different-on-arcgis-pro-than/m-p/1029404#M37753</link>
      <description>&lt;P&gt;I'm doing an assignment for my ArcGIS Pro class, and we were required to download data from data.census.gov, clean up the data in Excel, save as a csv file, and import that csv into a new map on ArcGIS Pro. However, when I upload my csv file to ArcGIS Pro (using table to table tool in geoprocessing), I'm missing a heading for my data in ArcGIS Pro, which resulted in all of my headings being pushed one column to the left. I made sure to change all my numeric data to numeric form, but when I open the table in ArcGIS, all of my numeric values became text fields. I can't change the data type from text to numeric in the fields view of the table and I can't fix the issue no matter how many times I try.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I've attached two screenshots of my data below.&amp;nbsp;&lt;/P&gt;&lt;P&gt;If anyone knows how to fix this, I would really appreciate your help!&lt;/P&gt;</description>
      <pubDate>Tue, 23 Feb 2021 02:06:44 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/imported-csv-data-is-different-on-arcgis-pro-than/m-p/1029404#M37753</guid>
      <dc:creator>Emberlynn</dc:creator>
      <dc:date>2021-02-23T02:06:44Z</dc:date>
    </item>
    <item>
      <title>Re: Imported csv data is different on ArcGIS Pro than what is on my Excel sheet?</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/imported-csv-data-is-different-on-arcgis-pro-than/m-p/1029408#M37755</link>
      <description>&lt;P&gt;&lt;A href="https://pro.arcgis.com/en/pro-app/latest/tool-reference/conversion/excel-to-table.htm" target="_blank"&gt;Excel To Table (Conversion)—ArcGIS Pro | Documentation&lt;/A&gt;&amp;nbsp;.&lt;/P&gt;&lt;P&gt;Also make sure that you have no blanks in your spreadsheet. and I would explicitly format each column that is numeric as numeric.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 23 Feb 2021 03:11:15 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/imported-csv-data-is-different-on-arcgis-pro-than/m-p/1029408#M37755</guid>
      <dc:creator>DanPatterson</dc:creator>
      <dc:date>2021-02-23T03:11:15Z</dc:date>
    </item>
    <item>
      <title>Re: Imported csv data is different on ArcGIS Pro than what is on my Excel sheet?</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/imported-csv-data-is-different-on-arcgis-pro-than/m-p/1029410#M37757</link>
      <description>&lt;P&gt;A spreadsheet, unlike a Feature Class or a database table, doesn't have an explicit &lt;EM&gt;type&lt;/EM&gt; for each column, and it's not uncommon for the column's data type to be incorrectly inferred, or for a single value in the column to throw off the the way the rest are stored.&lt;/P&gt;&lt;P&gt;Without making any significant changes to your input CSV, just spend some time going through every field in the &lt;A href="https://pro.arcgis.com/en/pro-app/latest/help/analysis/geoprocessing/basics/field-map.htm" target="_self"&gt;Field Map&lt;/A&gt; section of the tool. This allows you to explicitly state the type for each field in the new feature class.&lt;/P&gt;&lt;P&gt;Alternatively, you could also create the new table first, then use &lt;STRONG&gt;Append&lt;/STRONG&gt; to copy the CSV rows into it.&lt;/P&gt;&lt;P&gt;And lastly, if you want to tackle this a different way altogether, you can &lt;A href="https://www.census.gov/data/developers/data-sets.html" target="_self"&gt;query the Census API directly&lt;/A&gt; and the resulting JSON can be converted directly into a FeatureSet that can then be written to a Feature Classs, merged with other data, etc.&lt;/P&gt;</description>
      <pubDate>Tue, 23 Feb 2021 03:14:26 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/imported-csv-data-is-different-on-arcgis-pro-than/m-p/1029410#M37757</guid>
      <dc:creator>jcarlson</dc:creator>
      <dc:date>2021-02-23T03:14:26Z</dc:date>
    </item>
    <item>
      <title>Re: Imported csv data is different on ArcGIS Pro than what is on my Excel sheet?</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/imported-csv-data-is-different-on-arcgis-pro-than/m-p/1029412#M37759</link>
      <description>&lt;P&gt;It is hard to tell what is going on without having a copy of the data... but I suggest renaming the field "Geographic Name Area" to Geographic_Name_Area... to eliminate the spaces.&amp;nbsp; Also, there is an Excel to table tool in ArcGIS Pro that might work better for importing your Excel spreadsheet.&lt;/P&gt;&lt;P&gt;&lt;A href="https://pro.arcgis.com/en/pro-app/latest/tool-reference/conversion/excel-to-table.htm" target="_blank"&gt;https://pro.arcgis.com/en/pro-app/latest/tool-reference/conversion/excel-to-table.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Best Wishes, Roland&lt;/P&gt;</description>
      <pubDate>Tue, 23 Feb 2021 03:16:30 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/imported-csv-data-is-different-on-arcgis-pro-than/m-p/1029412#M37759</guid>
      <dc:creator>RolandDuhaime</dc:creator>
      <dc:date>2021-02-23T03:16:30Z</dc:date>
    </item>
    <item>
      <title>Re: Imported csv data is different on ArcGIS Pro than what is on my Excel sheet?</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/imported-csv-data-is-different-on-arcgis-pro-than/m-p/1029413#M37760</link>
      <description>&lt;P&gt;I tried renaming the field "Geographic Name Area" to Geographic_Name_Area like you suggested, then using the Table to Table tool (my professor uses Table to Table because she wants us to convert the xlsx file to a csv and import it as a csv file).&amp;nbsp;&lt;/P&gt;&lt;P&gt;I then tried using Excel to Table tool and that worked! Thank you so much!&lt;/P&gt;</description>
      <pubDate>Tue, 23 Feb 2021 03:22:19 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/imported-csv-data-is-different-on-arcgis-pro-than/m-p/1029413#M37760</guid>
      <dc:creator>Emberlynn</dc:creator>
      <dc:date>2021-02-23T03:22:19Z</dc:date>
    </item>
    <item>
      <title>Re: Imported csv data is different on ArcGIS Pro than what is on my Excel sheet?</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/imported-csv-data-is-different-on-arcgis-pro-than/m-p/1029837#M37814</link>
      <description>&lt;P&gt;Check to see if you have a &lt;STRONG&gt;schema.ini&lt;/STRONG&gt; file in the same folder as your csv that references you CSV.&amp;nbsp; It can set column names and type columns.&lt;/P&gt;</description>
      <pubDate>Tue, 23 Feb 2021 23:55:45 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/imported-csv-data-is-different-on-arcgis-pro-than/m-p/1029837#M37814</guid>
      <dc:creator>MicZatorsky_AEC</dc:creator>
      <dc:date>2021-02-23T23:55:45Z</dc:date>
    </item>
    <item>
      <title>Re: Imported csv data is different on ArcGIS Pro than what is on my Excel sheet?</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/imported-csv-data-is-different-on-arcgis-pro-than/m-p/1132174#M49773</link>
      <description>&lt;P&gt;I'd never opened this file and honestly never wondered about it. Lo and behold, the fields I was interested in were set to Text. Changing them to "Double" worked. Thanks for the solution!&lt;/P&gt;</description>
      <pubDate>Mon, 10 Jan 2022 20:15:17 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/imported-csv-data-is-different-on-arcgis-pro-than/m-p/1132174#M49773</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2022-01-10T20:15:17Z</dc:date>
    </item>
    <item>
      <title>Re: Imported csv data is different on ArcGIS Pro than what is on my Excel sheet?</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/imported-csv-data-is-different-on-arcgis-pro-than/m-p/1267426#M66592</link>
      <description>&lt;P&gt;This was incredibly helpful! I couldn't wrap my head around the fact that some csv loaded properly as doubles and some got randomly converted to text. I wonder what initially made this schema.ini file, is it excel of ArcGIS Pro?&lt;/P&gt;</description>
      <pubDate>Tue, 14 Mar 2023 07:55:49 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/imported-csv-data-is-different-on-arcgis-pro-than/m-p/1267426#M66592</guid>
      <dc:creator>BrendanDijkstra</dc:creator>
      <dc:date>2023-03-14T07:55:49Z</dc:date>
    </item>
  </channel>
</rss>

