<?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: ArcPRO 3.2 fieldmap issue in ArcGIS Pro Questions</title>
    <link>https://community.esri.com/t5/arcgis-pro-questions/arcpro-3-2-fieldmap-issue/m-p/1406493#M81537</link>
    <description>&lt;P&gt;The [0:7999] refers to the number of characters in a Text field.&amp;nbsp; It means that characters zero (the first character) through 7999 (actually 8000 because it's zero-based) will be used.&amp;nbsp; You can actually edit that in the field map control, inputting your own range.&lt;/P&gt;&lt;P&gt;See&amp;nbsp;&lt;A href="https://pro.arcgis.com/en/pro-app/latest/help/analysis/geoprocessing/basics/field-map.htm" target="_blank" rel="noopener"&gt;https://pro.arcgis.com/en/pro-app/latest/help/analysis/geoprocessing/basics/field-map.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;I suspect there's something wrong with your csv file such as extra commas, weird characters (such as CR/LF), or some other nonsense that's causing Append to act weird.&amp;nbsp; So, first, you can check that your csv file is good by using one of the many csv file checkers on the web.&amp;nbsp; I haven't used them personally, but I work with small csv files that I can (usually) visually inspect.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Dale_Honeycutt_1-1712336935398.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/100248i15D4C5A47A9EC366/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Dale_Honeycutt_1-1712336935398.png" alt="Dale_Honeycutt_1-1712336935398.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;When I work with csv files, I typically open the .csv with Excel, save it as an Excel file (and do a quick visual inspection), then use the &lt;A href="https://pro.arcgis.com/en/pro-app/3.1/tool-reference/conversion/table-to-excel.htm" target="_self"&gt;Excel To Table&lt;/A&gt; tool to create a geodatabase table.&amp;nbsp; If you go through this procedure, you may well discover the issue -- either in creating/saving the Excel file, or importing it into a geodatabase.&amp;nbsp; The Append tool has been battle tested over the years so I'd be surprised if its a software problem and not a data problem.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 05 Apr 2024 22:28:09 GMT</pubDate>
    <dc:creator>Dale_Honeycutt</dc:creator>
    <dc:date>2024-04-05T22:28:09Z</dc:date>
    <item>
      <title>ArcPRO 3.2 fieldmap issue</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/arcpro-3-2-fieldmap-issue/m-p/1406444#M81531</link>
      <description>&lt;P&gt;I'm appending a csv file to a table.&amp;nbsp; In the field map some fields are coming back with the following identifier: fieldname[0:7999]&lt;/P&gt;&lt;P&gt;Not finding meaning.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Not sure if it's related, but the append is stopping after 31,809 rows; the csv file has some 97,000 rows.&amp;nbsp; A previous run imported about 65,000 rows.&amp;nbsp; Any idea where to look?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 05 Apr 2024 16:02:41 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/arcpro-3-2-fieldmap-issue/m-p/1406444#M81531</guid>
      <dc:creator>AndrewSwenson</dc:creator>
      <dc:date>2024-04-05T16:02:41Z</dc:date>
    </item>
    <item>
      <title>Re: ArcPRO 3.2 fieldmap issue</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/arcpro-3-2-fieldmap-issue/m-p/1406493#M81537</link>
      <description>&lt;P&gt;The [0:7999] refers to the number of characters in a Text field.&amp;nbsp; It means that characters zero (the first character) through 7999 (actually 8000 because it's zero-based) will be used.&amp;nbsp; You can actually edit that in the field map control, inputting your own range.&lt;/P&gt;&lt;P&gt;See&amp;nbsp;&lt;A href="https://pro.arcgis.com/en/pro-app/latest/help/analysis/geoprocessing/basics/field-map.htm" target="_blank" rel="noopener"&gt;https://pro.arcgis.com/en/pro-app/latest/help/analysis/geoprocessing/basics/field-map.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;I suspect there's something wrong with your csv file such as extra commas, weird characters (such as CR/LF), or some other nonsense that's causing Append to act weird.&amp;nbsp; So, first, you can check that your csv file is good by using one of the many csv file checkers on the web.&amp;nbsp; I haven't used them personally, but I work with small csv files that I can (usually) visually inspect.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Dale_Honeycutt_1-1712336935398.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/100248i15D4C5A47A9EC366/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Dale_Honeycutt_1-1712336935398.png" alt="Dale_Honeycutt_1-1712336935398.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;When I work with csv files, I typically open the .csv with Excel, save it as an Excel file (and do a quick visual inspection), then use the &lt;A href="https://pro.arcgis.com/en/pro-app/3.1/tool-reference/conversion/table-to-excel.htm" target="_self"&gt;Excel To Table&lt;/A&gt; tool to create a geodatabase table.&amp;nbsp; If you go through this procedure, you may well discover the issue -- either in creating/saving the Excel file, or importing it into a geodatabase.&amp;nbsp; The Append tool has been battle tested over the years so I'd be surprised if its a software problem and not a data problem.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 05 Apr 2024 22:28:09 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/arcpro-3-2-fieldmap-issue/m-p/1406493#M81537</guid>
      <dc:creator>Dale_Honeycutt</dc:creator>
      <dc:date>2024-04-05T22:28:09Z</dc:date>
    </item>
  </channel>
</rss>

