<?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: fail to open CSV in ArcGIS Pro Questions</title>
    <link>https://community.esri.com/t5/arcgis-pro-questions/fail-to-open-csv/m-p/1459773#M83203</link>
    <description>&lt;P&gt;good info I will have to check my settings.&amp;nbsp; Have not imported a csv since I upgraded&lt;/P&gt;</description>
    <pubDate>Mon, 13 May 2024 18:18:33 GMT</pubDate>
    <dc:creator>RobertBorchert</dc:creator>
    <dc:date>2024-05-13T18:18:33Z</dc:date>
    <item>
      <title>fail to open CSV</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/fail-to-open-csv/m-p/1458833#M83185</link>
      <description>&lt;P&gt;I am trying to open a CSV with 93 records and 11 columns but am getting this error.. any ideas what could be causing this?&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="clt_cabq_0-1715615688613.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/103941i878DCDF88CBBC635/image-size/medium?v=v2&amp;amp;px=400" role="button" title="clt_cabq_0-1715615688613.png" alt="clt_cabq_0-1715615688613.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 13 May 2024 15:55:19 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/fail-to-open-csv/m-p/1458833#M83185</guid>
      <dc:creator>clt_cabq</dc:creator>
      <dc:date>2024-05-13T15:55:19Z</dc:date>
    </item>
    <item>
      <title>Re: fail to open CSV</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/fail-to-open-csv/m-p/1459427#M83187</link>
      <description>&lt;P&gt;May be try converting the CSV to an Excel Worksheet, check the column(s) datatype and then use the tool 'Table to Excel'.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 13 May 2024 17:27:07 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/fail-to-open-csv/m-p/1459427#M83187</guid>
      <dc:creator>Ed_</dc:creator>
      <dc:date>2024-05-13T17:27:07Z</dc:date>
    </item>
    <item>
      <title>Re: fail to open CSV</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/fail-to-open-csv/m-p/1459571#M83189</link>
      <description>&lt;P&gt;it means you have an integer field that is way to long.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Create a table and use the .csv to fill in the attribute names.&amp;nbsp; Change the integer field to a string with a length of 255.&amp;nbsp; Make sure none of the&amp;nbsp; field has a length of 8000.&amp;nbsp; All need to be 255 or less&lt;/P&gt;&lt;P&gt;then load it using Load Data&lt;/P&gt;</description>
      <pubDate>Mon, 13 May 2024 17:48:04 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/fail-to-open-csv/m-p/1459571#M83189</guid>
      <dc:creator>RobertBorchert</dc:creator>
      <dc:date>2024-05-13T17:48:04Z</dc:date>
    </item>
    <item>
      <title>Re: fail to open CSV</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/fail-to-open-csv/m-p/1459672#M83195</link>
      <description>&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/6992"&gt;@RobertBorchert&lt;/a&gt;&amp;nbsp;that isn't the case here, which is about what I had thought it was initially but some other research pointed to this &lt;A href="https://pro.arcgis.com/en/pro-app/latest/help/mapping/properties/default-settings-for-new-maps-and-scenes.htm#ESRI_SECTION1_856A5CFA37884F889D2BBC0FC31315A2" target="_self"&gt;article&lt;/A&gt; and information about some settings (as described in my response to&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/554773"&gt;@Ed_&lt;/a&gt;&amp;nbsp;) . Situation is resolved now, but thanks for your suggestion!&lt;/P&gt;</description>
      <pubDate>Mon, 13 May 2024 18:03:41 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/fail-to-open-csv/m-p/1459672#M83195</guid>
      <dc:creator>clt_cabq</dc:creator>
      <dc:date>2024-05-13T18:03:41Z</dc:date>
    </item>
    <item>
      <title>Re: fail to open CSV</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/fail-to-open-csv/m-p/1459692#M83197</link>
      <description>&lt;P&gt;Update: situation resolved - this&amp;nbsp;&lt;A href="https://pro.arcgis.com/en/pro-app/latest/help/mapping/properties/default-settings-for-new-maps-and-scenes.htm#ESRI_SECTION1_856A5CFA37884F889D2BBC0FC31315A2" target="_blank" rel="noopener"&gt;article&lt;/A&gt;&amp;nbsp;points to some changes at v3.2 that change how Pro handles tabular/text file data and points to settings that should be changed via the Options page. Took me a couple of tries, and the fix finally took when I removed the .csv file from my project and then added it back in again, which is a little bizarre but ArcGIS be like that sometimes.&lt;/P&gt;</description>
      <pubDate>Mon, 13 May 2024 18:06:37 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/fail-to-open-csv/m-p/1459692#M83197</guid>
      <dc:creator>clt_cabq</dc:creator>
      <dc:date>2024-05-13T18:06:37Z</dc:date>
    </item>
    <item>
      <title>Re: fail to open CSV</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/fail-to-open-csv/m-p/1459730#M83201</link>
      <description>&lt;P&gt;As a side note, when I work with CSVs I usually bring it in as a Geodatabase table using the Table to Geodatabase tool I usually avoid bringing in CSVs as is using Add Data&lt;/P&gt;</description>
      <pubDate>Mon, 13 May 2024 18:12:07 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/fail-to-open-csv/m-p/1459730#M83201</guid>
      <dc:creator>Ed_</dc:creator>
      <dc:date>2024-05-13T18:12:07Z</dc:date>
    </item>
    <item>
      <title>Re: fail to open CSV</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/fail-to-open-csv/m-p/1459773#M83203</link>
      <description>&lt;P&gt;good info I will have to check my settings.&amp;nbsp; Have not imported a csv since I upgraded&lt;/P&gt;</description>
      <pubDate>Mon, 13 May 2024 18:18:33 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/fail-to-open-csv/m-p/1459773#M83203</guid>
      <dc:creator>RobertBorchert</dc:creator>
      <dc:date>2024-05-13T18:18:33Z</dc:date>
    </item>
  </channel>
</rss>

