<?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 How do i change the filetype in the filebrowser for Spatial ETL Tools? in ArcGIS Pro Questions</title>
    <link>https://community.esri.com/t5/arcgis-pro-questions/how-do-i-change-the-filetype-in-the-filebrowser/m-p/77184#M3256</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello there!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A while ago i started to create Spatial ETL Tools in ArcGIS Pro with the FME Workbench to fetch Data from the local WFS. After getting used to it, i started to use a lot of PythonCaller in my tools to unify the diffrent queries. I end up with three solid queries, which, when imported as toolbox, fetch the GDB-Path and the additional information (2 coordinates or a number or name for a specific area) . The browser for the GDB-Path is working, even though is a little bit weird that &lt;EM&gt;Projecttab: Database -&amp;gt; default.gdb&lt;/EM&gt; yield the path C:\...\&lt;EM&gt;Projectfolder\default.gdb\\GDB\default.gbd.&lt;/EM&gt; To retrieve the correct GDB-Path you have to go this way: &lt;EM&gt;Projecttab: Folders -&amp;gt; Projectfolder -&amp;gt; default.gdb.&lt;/EM&gt; This result gets you C:\...\&lt;EM&gt;Projectfolder\default.gdb. &lt;/EM&gt;I don't why the first way doesn't work, since its the same database.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But anyway, the real problem lies within the second information the user puts in. In this new query i want to request multiple features. But to use the stored queries from the server, i need to do one HTTP-Call for every feature. To make it for my colleagues as easy as possible, the input is an Excel-Sheet they can fill out. The PythonCaller then constructs the string needed for the stored query.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To get the path to said Excel-Sheet, i created a published Parameter in FME and defined it as below.&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-1 jive-image" src="https://community.esri.com/legacyfs/online/508955_pastedImage_6.png" /&gt;&lt;/P&gt;&lt;P&gt;When i run the workspace, i can enter my parameters as usually. Everything works like a charm. Picture below.&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="image-2 jive-image" src="https://community.esri.com/legacyfs/online/508956_pastedImage_7.jpg" /&gt;&lt;/P&gt;&lt;P&gt;So the tool was ready for deployment or so were my thoughts. But when importing the Spatial ETL Tool in ArcGIS Pro into a toolbox, my defined file-type isn't showing up. It just says &lt;EM&gt;Files&lt;/EM&gt;.&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="image-3 jive-image" src="https://community.esri.com/legacyfs/online/508957_pastedImage_9.jpg" /&gt;&lt;/P&gt;&lt;P&gt;I obviously want at least the Excel-Files to show up, only Excel-Files would be even better. Does anyone know what i did wrong? Can i somehow change the datatype to &lt;EM&gt;All Files&lt;/EM&gt; in the ArcGIS Pro file explorer? Or is there another workaround?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To add, manually entering the link does work, but then again i can just use a string-parameter. I also tried using the Excelfile-reader, but i couldn't work out how to import a table in the PythonCaller.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Since its working in FME but not in ArcGIS Pro i didn't know what to do.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance and for for your time (reading the whole thing &lt;IMG src="https://community.esri.com/legacyfs/online/emoticons/grin.png" /&gt;),&lt;/P&gt;&lt;P&gt;Clemens&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 30 Sep 2020 14:37:44 GMT</pubDate>
    <dc:creator>ClemensStephany</dc:creator>
    <dc:date>2020-09-30T14:37:44Z</dc:date>
    <item>
      <title>How do i change the filetype in the filebrowser for Spatial ETL Tools?</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/how-do-i-change-the-filetype-in-the-filebrowser/m-p/77184#M3256</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello there!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A while ago i started to create Spatial ETL Tools in ArcGIS Pro with the FME Workbench to fetch Data from the local WFS. After getting used to it, i started to use a lot of PythonCaller in my tools to unify the diffrent queries. I end up with three solid queries, which, when imported as toolbox, fetch the GDB-Path and the additional information (2 coordinates or a number or name for a specific area) . The browser for the GDB-Path is working, even though is a little bit weird that &lt;EM&gt;Projecttab: Database -&amp;gt; default.gdb&lt;/EM&gt; yield the path C:\...\&lt;EM&gt;Projectfolder\default.gdb\\GDB\default.gbd.&lt;/EM&gt; To retrieve the correct GDB-Path you have to go this way: &lt;EM&gt;Projecttab: Folders -&amp;gt; Projectfolder -&amp;gt; default.gdb.&lt;/EM&gt; This result gets you C:\...\&lt;EM&gt;Projectfolder\default.gdb. &lt;/EM&gt;I don't why the first way doesn't work, since its the same database.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But anyway, the real problem lies within the second information the user puts in. In this new query i want to request multiple features. But to use the stored queries from the server, i need to do one HTTP-Call for every feature. To make it for my colleagues as easy as possible, the input is an Excel-Sheet they can fill out. The PythonCaller then constructs the string needed for the stored query.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To get the path to said Excel-Sheet, i created a published Parameter in FME and defined it as below.&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-1 jive-image" src="https://community.esri.com/legacyfs/online/508955_pastedImage_6.png" /&gt;&lt;/P&gt;&lt;P&gt;When i run the workspace, i can enter my parameters as usually. Everything works like a charm. Picture below.&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="image-2 jive-image" src="https://community.esri.com/legacyfs/online/508956_pastedImage_7.jpg" /&gt;&lt;/P&gt;&lt;P&gt;So the tool was ready for deployment or so were my thoughts. But when importing the Spatial ETL Tool in ArcGIS Pro into a toolbox, my defined file-type isn't showing up. It just says &lt;EM&gt;Files&lt;/EM&gt;.&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="image-3 jive-image" src="https://community.esri.com/legacyfs/online/508957_pastedImage_9.jpg" /&gt;&lt;/P&gt;&lt;P&gt;I obviously want at least the Excel-Files to show up, only Excel-Files would be even better. Does anyone know what i did wrong? Can i somehow change the datatype to &lt;EM&gt;All Files&lt;/EM&gt; in the ArcGIS Pro file explorer? Or is there another workaround?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To add, manually entering the link does work, but then again i can just use a string-parameter. I also tried using the Excelfile-reader, but i couldn't work out how to import a table in the PythonCaller.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Since its working in FME but not in ArcGIS Pro i didn't know what to do.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance and for for your time (reading the whole thing &lt;IMG src="https://community.esri.com/legacyfs/online/emoticons/grin.png" /&gt;),&lt;/P&gt;&lt;P&gt;Clemens&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Sep 2020 14:37:44 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/how-do-i-change-the-filetype-in-the-filebrowser/m-p/77184#M3256</guid>
      <dc:creator>ClemensStephany</dc:creator>
      <dc:date>2020-09-30T14:37:44Z</dc:date>
    </item>
  </channel>
</rss>

