<?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>idea Excel to Table: Don't prefix table name with &amp;quot;main.main_&amp;quot; when importing to mobile geodatabase in ArcGIS Pro Ideas</title>
    <link>https://community.esri.com/t5/arcgis-pro-ideas/excel-to-table-don-t-prefix-table-name-with-quot/idi-p/1278114</link>
    <description>&lt;P&gt;&lt;EM&gt;ArcGIS Pro 3.1.1; Excel .XLS; mobile geodatabase&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;Using the Excel to Table geoprocessing tool:&lt;/P&gt;&lt;P&gt;If I import an Excel spreadsheet to a mobile geodatabase, the Excel to Table tool automatically prefixes the output table name with "&lt;FONT color="#999999"&gt;main.&lt;/FONT&gt;&lt;STRONG&gt;main_&lt;/STRONG&gt;...".&lt;/P&gt;&lt;P&gt;For example, &lt;EM&gt;&lt;FONT color="#999999"&gt;main.&lt;/FONT&gt;&lt;STRONG&gt;main_&lt;/STRONG&gt;ArcGISProLog&lt;/EM&gt;.&lt;/P&gt;&lt;P&gt;Video:&lt;/P&gt;&lt;P&gt;&lt;div class="lia-vid-container video-embed-center"&gt;&lt;div id="lia-vid-6324945278112w804h540r458" class="lia-video-brightcove-player-container"&gt;&lt;video-js data-video-id="6324945278112" data-account="6161463677001" data-player="default" data-embed="default" class="vjs-fluid" controls="" data-application-id="" style="width: 100%; height: 100%;"&gt;&lt;/video-js&gt;&lt;/div&gt;&lt;script src="https://players.brightcove.net/6161463677001/default_default/index.min.js"&gt;&lt;/script&gt;&lt;script&gt;(function() {  var wrapper = document.getElementById('lia-vid-6324945278112w804h540r458');  var videoEl = wrapper ? wrapper.querySelector('video-js') : null;  if (videoEl) {     if (window.videojs) {       window.videojs(videoEl).ready(function() {         this.on('loadedmetadata', function() {           this.el().querySelectorAll('.vjs-load-progress div[data-start]').forEach(function(bar) {             bar.setAttribute('role', 'presentation');             bar.setAttribute('aria-hidden', 'true');           });         });       });     }  }})();&lt;/script&gt;&lt;a class="video-embed-link" href="https://community.esri.com/t5/video/gallerypage/video-id/6324945278112"&gt;(view in My Videos)&lt;/a&gt;&lt;/div&gt;&lt;/P&gt;&lt;P&gt;I'm aware that all mobile geodatabase/SQLite tables get prefixed with "main.". That's expected.&lt;/P&gt;&lt;P&gt;But what isn't expected is the additional "main_" in the name. Further, it's not possible to override that extra "main_" in the GP tool parameter. It only seems to be possible to fix it after-the-fact by renaming the table in the Catalog pane.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Could that behavior be changed so that the table name doesn't get prefixed with "main_"?&lt;/P&gt;</description>
    <pubDate>Thu, 13 Apr 2023 17:42:47 GMT</pubDate>
    <dc:creator>Bud</dc:creator>
    <dc:date>2023-04-13T17:42:47Z</dc:date>
    <item>
      <title>Excel to Table: Don't prefix table name with "main.main_" when importing to mobile geodatabase</title>
      <link>https://community.esri.com/t5/arcgis-pro-ideas/excel-to-table-don-t-prefix-table-name-with-quot/idi-p/1278114</link>
      <description>&lt;P&gt;&lt;EM&gt;ArcGIS Pro 3.1.1; Excel .XLS; mobile geodatabase&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;Using the Excel to Table geoprocessing tool:&lt;/P&gt;&lt;P&gt;If I import an Excel spreadsheet to a mobile geodatabase, the Excel to Table tool automatically prefixes the output table name with "&lt;FONT color="#999999"&gt;main.&lt;/FONT&gt;&lt;STRONG&gt;main_&lt;/STRONG&gt;...".&lt;/P&gt;&lt;P&gt;For example, &lt;EM&gt;&lt;FONT color="#999999"&gt;main.&lt;/FONT&gt;&lt;STRONG&gt;main_&lt;/STRONG&gt;ArcGISProLog&lt;/EM&gt;.&lt;/P&gt;&lt;P&gt;Video:&lt;/P&gt;&lt;P&gt;&lt;div class="lia-vid-container video-embed-center"&gt;&lt;div id="lia-vid-6324945278112w804h540r25" class="lia-video-brightcove-player-container"&gt;&lt;video-js data-video-id="6324945278112" data-account="6161463677001" data-player="default" data-embed="default" class="vjs-fluid" controls="" data-application-id="" style="width: 100%; height: 100%;"&gt;&lt;/video-js&gt;&lt;/div&gt;&lt;script src="https://players.brightcove.net/6161463677001/default_default/index.min.js"&gt;&lt;/script&gt;&lt;script&gt;(function() {  var wrapper = document.getElementById('lia-vid-6324945278112w804h540r25');  var videoEl = wrapper ? wrapper.querySelector('video-js') : null;  if (videoEl) {     if (window.videojs) {       window.videojs(videoEl).ready(function() {         this.on('loadedmetadata', function() {           this.el().querySelectorAll('.vjs-load-progress div[data-start]').forEach(function(bar) {             bar.setAttribute('role', 'presentation');             bar.setAttribute('aria-hidden', 'true');           });         });       });     }  }})();&lt;/script&gt;&lt;a class="video-embed-link" href="https://community.esri.com/t5/video/gallerypage/video-id/6324945278112"&gt;(view in My Videos)&lt;/a&gt;&lt;/div&gt;&lt;/P&gt;&lt;P&gt;I'm aware that all mobile geodatabase/SQLite tables get prefixed with "main.". That's expected.&lt;/P&gt;&lt;P&gt;But what isn't expected is the additional "main_" in the name. Further, it's not possible to override that extra "main_" in the GP tool parameter. It only seems to be possible to fix it after-the-fact by renaming the table in the Catalog pane.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Could that behavior be changed so that the table name doesn't get prefixed with "main_"?&lt;/P&gt;</description>
      <pubDate>Thu, 13 Apr 2023 17:42:47 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-ideas/excel-to-table-don-t-prefix-table-name-with-quot/idi-p/1278114</guid>
      <dc:creator>Bud</dc:creator>
      <dc:date>2023-04-13T17:42:47Z</dc:date>
    </item>
    <item>
      <title>Re: Excel to Table: Don't prefix table name with "main.main_" when importing to mobile geodatabase - Status changed to: Closed</title>
      <link>https://community.esri.com/t5/arcgis-pro-ideas/excel-to-table-don-t-prefix-table-name-with-quot/idc-p/1278437#M24446</link>
      <description>&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/351335"&gt;@Bud&lt;/a&gt;&amp;nbsp;This looks like a bug with the Table to Excel GP tool.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Bugs can be logged through tech support. For anyone looking for information on how to log a bug, information can be found at the link below.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.esri.com/t5/arcgis-pro-documents/how-to-report-a-bug-in-arcgis-pro/ta-p/913729" target="_self"&gt;Link - How to log a bug&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 13 Apr 2023 17:58:38 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-ideas/excel-to-table-don-t-prefix-table-name-with-quot/idc-p/1278437#M24446</guid>
      <dc:creator>SSWoodward</dc:creator>
      <dc:date>2023-04-13T17:58:38Z</dc:date>
    </item>
    <item>
      <title>Re: Excel to Table: Don't prefix table name with "main.main_" when importing to mobile geodatabase</title>
      <link>https://community.esri.com/t5/arcgis-pro-ideas/excel-to-table-don-t-prefix-table-name-with-quot/idc-p/1281296#M24608</link>
      <description>&lt;P&gt;Esri Case #03315239 - Excel to Table prefixes table name with "main.main_" when importing to mobile geodatabase&lt;/P&gt;&lt;P&gt;BUG-000157718 - Excel to Table tool prefixes table name with "main.main_" when importing to mobile geodatabase&lt;/P&gt;&lt;P&gt;BUG-000157719 - Excel to Table tool prefixes table name with table owner when importing to Oracle enterprise geodatabase&lt;/P&gt;</description>
      <pubDate>Fri, 21 Apr 2023 14:45:15 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-ideas/excel-to-table-don-t-prefix-table-name-with-quot/idc-p/1281296#M24608</guid>
      <dc:creator>Bud</dc:creator>
      <dc:date>2023-04-21T14:45:15Z</dc:date>
    </item>
  </channel>
</rss>

