<?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: Import multiple excel file(different schema) and union? in Alteryx Designer Desktop Discussions</title>
    <link>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Import-multiple-excel-file-different-schema-and-union/m-p/732658#M174001</link>
    <description>&lt;P&gt;Think&amp;nbsp;&lt;a href="https://community.alteryx.com/t5/user/viewprofilepage/user-id/76174"&gt;@afv2688&lt;/a&gt;&amp;nbsp;explained this perfectly. Hopefully that covers it!&lt;/P&gt;</description>
    <pubDate>Fri, 12 Mar 2021 10:46:40 GMT</pubDate>
    <dc:creator>TomWelgemoed</dc:creator>
    <dc:date>2021-03-12T10:46:40Z</dc:date>
    <item>
      <title>Import multiple excel file(different schema) and union?</title>
      <link>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Import-multiple-excel-file-different-schema-and-union/m-p/533496#M113742</link>
      <description>&lt;P&gt;Hi,&lt;BR /&gt;I want to import multiple excel file( to one data input tool) with different schema and union it?&lt;BR /&gt;I have come across multiple post which describes the method somehow I am facing issue implementing it.&amp;nbsp;&lt;BR /&gt;Here for example I have include few file.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 26 Feb 2020 11:25:30 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Import-multiple-excel-file-different-schema-and-union/m-p/533496#M113742</guid>
      <dc:creator>abhishekyx</dc:creator>
      <dc:date>2020-02-26T11:25:30Z</dc:date>
    </item>
    <item>
      <title>Re: Import multiple excel file(different schema) and union?</title>
      <link>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Import-multiple-excel-file-different-schema-and-union/m-p/533504#M113745</link>
      <description>&lt;P&gt;Hello &lt;a href="https://community.alteryx.com/t5/user/viewprofilepage/user-id/98916"&gt;@abhishekyx&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;this should do it:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Untitled.png" style="width: 834px;"&gt;&lt;img src="https://community.alteryx.com/t5/image/serverpage/image-id/100347i9F714535E8328B7D/image-size/large?v=v2&amp;amp;px=999" role="button" title="Untitled.png" alt="Untitled.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.&lt;BR /&gt;&lt;BR /&gt;Regards&lt;/P&gt;</description>
      <pubDate>Wed, 26 Apr 2023 17:26:02 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Import-multiple-excel-file-different-schema-and-union/m-p/533504#M113745</guid>
      <dc:creator>afv2688</dc:creator>
      <dc:date>2023-04-26T17:26:02Z</dc:date>
    </item>
    <item>
      <title>Re: Import multiple excel file(different schema) and union?</title>
      <link>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Import-multiple-excel-file-different-schema-and-union/m-p/732588#M173978</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.alteryx.com/t5/user/viewprofilepage/user-id/76174"&gt;@afv2688&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Could you guide me on how to use the macro provided? It would be great if you can show me with the screenshot on how to use the macro and things to update when using it.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;</description>
      <pubDate>Fri, 12 Mar 2021 08:00:22 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Import-multiple-excel-file-different-schema-and-union/m-p/732588#M173978</guid>
      <dc:creator>SH_94</dc:creator>
      <dc:date>2021-03-12T08:00:22Z</dc:date>
    </item>
    <item>
      <title>Re: Import multiple excel file(different schema) and union?</title>
      <link>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Import-multiple-excel-file-different-schema-and-union/m-p/732600#M173982</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.alteryx.com/t5/user/viewprofilepage/user-id/228135"&gt;@SH_94&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The macro is actually simple once you know your way around a bit. All we're asking Alteryx to do here is to read the list of files and output the results one by one. There are a couple of settings you need to get right - and if you've never built a macro before, these are the steps:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;1. Open a new workflow, connect to one of the CSV's you're using (with an input tool)&amp;nbsp;&lt;/P&gt;&lt;P&gt;2. Connect a control parameter from the Interface tool pallette to the Input tool. An action tool will automatically be added&lt;/P&gt;&lt;P&gt;3. In the Action tool, find the filepath of the input tool and select it. Then, at the bottom of the screen (see image below), tick the box to replace the string value (with the incoming file name). This will effectively allow Alteryx to replace the name each time it iterates through the macro&lt;/P&gt;&lt;P&gt;4. Connect a macro output tool - no configuration required&lt;/P&gt;&lt;P&gt;5. Open the Interface designer. If you can't find it, check the View menu and tick the Interface designer box. If it is already selected, it's probably hidden on the left hand pane somewhere and you can simply click it&lt;/P&gt;&lt;P&gt;6. Navigate to the properties menu in the interface designer (highlighted in the image below) and choose to auto configure by name. This simply ensures that the macro doesn't fail if the column names are different. By default, Alteryx would fail otherwise, as you can see from the first option (Error if different).&lt;/P&gt;&lt;P&gt;7. Save the macro&lt;/P&gt;&lt;P&gt;8. Back to your original workflow, connect the directory tool to the macro&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You're done!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Macro.png" style="width: 999px;"&gt;&lt;img src="https://community.alteryx.com/t5/image/serverpage/image-id/175363i39F6CC943010437C/image-size/large?v=v2&amp;amp;px=999" role="button" title="Macro.png" alt="Macro.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Tom&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 12 Mar 2021 08:54:10 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Import-multiple-excel-file-different-schema-and-union/m-p/732600#M173982</guid>
      <dc:creator>TomWelgemoed</dc:creator>
      <dc:date>2021-03-12T08:54:10Z</dc:date>
    </item>
    <item>
      <title>Re: Import multiple excel file(different schema) and union?</title>
      <link>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Import-multiple-excel-file-different-schema-and-union/m-p/732604#M173983</link>
      <description>&lt;P&gt;Hello &lt;a href="https://community.alteryx.com/t5/user/viewprofilepage/user-id/228135"&gt;@SH_94&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;a href="https://community.alteryx.com/t5/user/viewprofilepage/user-id/4264"&gt;@TomWelgemoed&lt;/a&gt;explained it very well. I just want to add what you would need to do to use it:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;1.- Use the directory tool to browse to the desired folder.&lt;/P&gt;&lt;P&gt;2.- If there are if in the specific directory are many unrelated csv files remember always to try to specify in the "file specification" field from the directory tool any common parameters the file may share, for example, use:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;" *.csv "&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;to get only the csv files of that directory or:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;" 01-*.csv "&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;to get all the files that start with 01- and are csv&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Remember that as it is set up, you can only use it for csv files.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;</description>
      <pubDate>Fri, 12 Mar 2021 09:12:39 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Import-multiple-excel-file-different-schema-and-union/m-p/732604#M173983</guid>
      <dc:creator>afv2688</dc:creator>
      <dc:date>2021-03-12T09:12:39Z</dc:date>
    </item>
    <item>
      <title>Re: Import multiple excel file(different schema) and union?</title>
      <link>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Import-multiple-excel-file-different-schema-and-union/m-p/732605#M173984</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.alteryx.com/t5/user/viewprofilepage/user-id/4264"&gt;@TomWelgemoed&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you for your detail explanations.I have read multiple of articles and watch youtube videos but i failed to update the macro which downloaded from community.Perhaps my knowledge is still not enough when dealing with macro. Basically i had watched those videos as per your explanation below.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;However, i have few queries which until now still not yet solved as i still can't configure the macro that i downloaded from community.&lt;/P&gt;&lt;P&gt;Hence, would like to seek your advice on those queries.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Based on your explanations below, i have few queries as below:&lt;/P&gt;&lt;P&gt;1. For the step 3,when u mentioned to tick the box to replace the string value (with the incoming file name) , may i know what it means here? and could you briefly explain what is the purpose of we doing this step? The incoming file name Is it referring to the file uploaded with the input tool?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;2. For step 6, may i know can we still proceed if we have the different column name between the files and each column name (that we wanted) are different with one file another. For instance, for file A , it show the column name as : Asset No while for file B , it show the column name as Asset number while another file may show the column name as Asset part No. Can we still do it in the alteryx ?Do we need to change the name for each file in alteryx so that Alteryx can read all the file when we running the macro?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So far, i still can't successfully update the macro ( downloaded from website)and will try to build my own macro to get it familiarise.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 12 Mar 2021 09:19:10 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Import-multiple-excel-file-different-schema-and-union/m-p/732605#M173984</guid>
      <dc:creator>SH_94</dc:creator>
      <dc:date>2021-03-12T09:19:10Z</dc:date>
    </item>
    <item>
      <title>Re: Import multiple excel file(different schema) and union?</title>
      <link>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Import-multiple-excel-file-different-schema-and-union/m-p/732612#M173985</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.alteryx.com/t5/user/viewprofilepage/user-id/76174"&gt;@afv2688&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So far i still reading the article and watch video on the importing of the files using macro.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I saw a lot of articles and video posting on how to build the macro but they didn't show how we going to update the macro or what are the things we need to configure if we download from online.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I understand when reading it but i don't know how to edit the macro downloaded as everytime i try to import the files and run the workflow, it will show errors and not sure how to fix the errors since no much discussion can be found in the internet.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;My main concern is i have multiple of files and have different column name and each column position of the file that i want to import are different. Hence, i not sure whether it will work in alteryx .&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Sorry for asking the stupid question as i not sure why i still can't edit the macro successfully.&lt;span class="lia-unicode-emoji" title=":loudly_crying_face:"&gt;😭&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 12 Mar 2021 09:29:02 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Import-multiple-excel-file-different-schema-and-union/m-p/732612#M173985</guid>
      <dc:creator>SH_94</dc:creator>
      <dc:date>2021-03-12T09:29:02Z</dc:date>
    </item>
    <item>
      <title>Re: Import multiple excel file(different schema) and union?</title>
      <link>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Import-multiple-excel-file-different-schema-and-union/m-p/732617#M173986</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.alteryx.com/t5/user/viewprofilepage/user-id/228135"&gt;@SH_94&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Completely understandable - macros almost require a different way of thinking than "standard" workflows.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;To recap what we're doing, we're telling Alteryx that we have a list of files (that are read through the directory tool) and that we will pass the filename (with the full directory path) into the macro. This is then what happens in the macro:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;1. The control parameter "controls" which field to use as the Filepath &amp;amp; name&lt;/P&gt;&lt;P&gt;2. The action tool updates the input tool to change the input for every new file&lt;/P&gt;&lt;P&gt;3. The workflow runs for each instance of each file and outputs the data&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So, to now answer your questions:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In step 3, where we are asking the action tool to override the filename each time the macro is run, we have the following things that are happening:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;1. We're selecting the action type - Update Value in the drop down at the top. This does what it says - it will update whatever value you specify in the configuration below&lt;/P&gt;&lt;P&gt;2. Where choosing which value to update - in this case, we want to override the complete filename, as we want the macro to load a new file every time it's run&lt;/P&gt;&lt;P&gt;3. We're telling the action tool which part of the value to update. In some cases, for example, you may choose to update only the directory, or only the file name in the path - in this case, we're checking the "Replace a specific string" box and asking the action tool to override the entire file path. Be very aware that Alteryx simply sees your value in this box as text, so whatever you put in there, it will try to replace if it comes across this value. So in our example, the macro is saved with 1 of the csv files, so every time Alteryx is running, it's replacing that original file name with the new one that you're feeding into the macro. This is the clever part&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Action tool.png" style="width: 589px;"&gt;&lt;img src="https://community.alteryx.com/t5/image/serverpage/image-id/175370i80918404E182AED6/image-size/large?v=v2&amp;amp;px=999" role="button" title="Action tool.png" alt="Action tool.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;To answer your second question - you do not need to worry about the columns - Alteryx takes care of that. This is because we configured the interface designer to allow the schema to be different - if we did not change the setting in the Interface designer, Alteryx would not allow new columns (a different schema). So as long as you add a macro output, save the macro and then use the macro as part of the overall workflow (use&amp;nbsp;&lt;a href="https://community.alteryx.com/t5/user/viewprofilepage/user-id/76174"&gt;@afv2688&lt;/a&gt;' s workflow as your guide) you should be fine.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;On a final note - if you're still getting an error: pay attention to the string that is in the Action tool that&amp;nbsp;&lt;a href="https://community.alteryx.com/t5/user/viewprofilepage/user-id/76174"&gt;@afv2688&lt;/a&gt;&amp;nbsp;used - he would've had to configure that for his own folder, and you of course now need to configure it for yours. I copy images below that show all the areas you need to update.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Good luck!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Action tool - 3.png" style="width: 999px;"&gt;&lt;img src="https://community.alteryx.com/t5/image/serverpage/image-id/175371i01C68F7EA6E0002C/image-size/large?v=v2&amp;amp;px=999" role="button" title="Action tool - 3.png" alt="Action tool - 3.png" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Actual tool - 2.png" style="width: 940px;"&gt;&lt;img src="https://community.alteryx.com/t5/image/serverpage/image-id/175372i7E6152FC17EBC2BC/image-size/large?v=v2&amp;amp;px=999" role="button" title="Actual tool - 2.png" alt="Actual tool - 2.png" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Action tool - actual.png" style="width: 949px;"&gt;&lt;img src="https://community.alteryx.com/t5/image/serverpage/image-id/175373i883A50819583AB0A/image-size/large?v=v2&amp;amp;px=999" role="button" title="Action tool - actual.png" alt="Action tool - actual.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 12 Mar 2021 09:38:21 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Import-multiple-excel-file-different-schema-and-union/m-p/732617#M173986</guid>
      <dc:creator>TomWelgemoed</dc:creator>
      <dc:date>2021-03-12T09:38:21Z</dc:date>
    </item>
    <item>
      <title>Re: Import multiple excel file(different schema) and union?</title>
      <link>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Import-multiple-excel-file-different-schema-and-union/m-p/732623#M173988</link>
      <description>&lt;P&gt;Hello &lt;a href="https://community.alteryx.com/t5/user/viewprofilepage/user-id/4264"&gt;@TomWelgemoed&lt;/a&gt; ,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Don't worry, everyone needs to go throgh the step of learning how to use them, it's perfectly normal.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;What yo have there is called a batch macro, this macro will iterate with every line from the input and repeat the process for every record.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In our case, since we are only reading the files, what we are doing is chainging the file every time and storing them in what we will call a "temporary file", therefore it goes like this:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Reads file one -&amp;gt; stores the results&lt;/P&gt;&lt;P&gt;Reads file two -&amp;gt; stores the results with the prior results&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The way the files are stored together depends on the selection you do on the interface designer, you can either tell the macro to store the files (like using an union) together by name, position or error if the format is different. Once every files has been processed, the output is shown toghether, with the format conditioned by yor selection on the interface designer (Cntrl + Shift + D)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In our case, if you had all the inptus in different tools unioned together or using this macro would be the same, you just need to decide wheter given how the files come if use the position using the column names from each file or the position on which they come in.&lt;/P&gt;</description>
      <pubDate>Fri, 12 Mar 2021 09:50:12 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Import-multiple-excel-file-different-schema-and-union/m-p/732623#M173988</guid>
      <dc:creator>afv2688</dc:creator>
      <dc:date>2021-03-12T09:50:12Z</dc:date>
    </item>
    <item>
      <title>Re: Import multiple excel file(different schema) and union?</title>
      <link>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Import-multiple-excel-file-different-schema-and-union/m-p/732637#M173991</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.alteryx.com/t5/user/viewprofilepage/user-id/4264"&gt;@TomWelgemoed&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;After i went through your explanation, it seems like now i understand what is macro about.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Currently , i am trying on the building up the macro and it is finally connected. However, i have queries as shown below:&lt;/P&gt;&lt;P&gt;1.May i know how do we decide normally for Fullpath , Directory and Filename as shown in the screenshot : It seems like Fullpath is similar with Directory.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Jacob_94_0-1615544031744.png" style="width: 400px;"&gt;&lt;img src="https://community.alteryx.com/t5/image/serverpage/image-id/175378i716820BEF3922ED7/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Jacob_94_0-1615544031744.png" alt="Jacob_94_0-1615544031744.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;2. Do we need to change normally for the setting as per screenshot below in term of File specification or include directories ?&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Jacob_94_1-1615544118468.png" style="width: 400px;"&gt;&lt;img src="https://community.alteryx.com/t5/image/serverpage/image-id/175379i42508157E04042DB/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Jacob_94_1-1615544118468.png" alt="Jacob_94_1-1615544118468.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;3. If we want to import xlsb ,csv and xlsx file together, may i know is it possible to do it with one macro or we need to create three macro in this case?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Many thanks for your help.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 12 Mar 2021 10:17:06 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Import-multiple-excel-file-different-schema-and-union/m-p/732637#M173991</guid>
      <dc:creator>SH_94</dc:creator>
      <dc:date>2021-03-12T10:17:06Z</dc:date>
    </item>
    <item>
      <title>Re: Import multiple excel file(different schema) and union?</title>
      <link>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Import-multiple-excel-file-different-schema-and-union/m-p/732653#M173997</link>
      <description>&lt;P&gt;Now you are asking the questions! &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;1-.You should always go with the fullpath, unless yo are replacing a specific part of the given path on the macro, that is up to you.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;2-.The file specification and directory depends on your needs, if it is going always to read from the same place there is no need to change, otherwise you would need to specify it.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;3.-You can in deed read different files using the same macro, but it would need to specify the file format. Attached you will find the macro I used for my example. You will see there are numbers assigned for each file format. You can get those numbers by adding an action tool to the input, there, under File, you will see a field called "@FileFormat - value= " this will give you the number for the file format.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Untitled.png" style="width: 716px;"&gt;&lt;img src="https://community.alteryx.com/t5/image/serverpage/image-id/175387i076EEBC82F96F9A7/image-size/large?v=v2&amp;amp;px=999" role="button" title="Untitled.png" alt="Untitled.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 12 Mar 2021 10:40:26 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Import-multiple-excel-file-different-schema-and-union/m-p/732653#M173997</guid>
      <dc:creator>afv2688</dc:creator>
      <dc:date>2021-03-12T10:40:26Z</dc:date>
    </item>
    <item>
      <title>Re: Import multiple excel file(different schema) and union?</title>
      <link>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Import-multiple-excel-file-different-schema-and-union/m-p/732658#M174001</link>
      <description>&lt;P&gt;Think&amp;nbsp;&lt;a href="https://community.alteryx.com/t5/user/viewprofilepage/user-id/76174"&gt;@afv2688&lt;/a&gt;&amp;nbsp;explained this perfectly. Hopefully that covers it!&lt;/P&gt;</description>
      <pubDate>Fri, 12 Mar 2021 10:46:40 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Import-multiple-excel-file-different-schema-and-union/m-p/732658#M174001</guid>
      <dc:creator>TomWelgemoed</dc:creator>
      <dc:date>2021-03-12T10:46:40Z</dc:date>
    </item>
    <item>
      <title>Re: Import multiple excel file(different schema) and union?</title>
      <link>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Import-multiple-excel-file-different-schema-and-union/m-p/732666#M174002</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.alteryx.com/t5/user/viewprofilepage/user-id/76174"&gt;@afv2688&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you for your detail explanations. I have few queries would like to further clarify with you.&lt;/P&gt;&lt;P&gt;1.I'm a bit lost on this part of the explanations below and can you share the screenshot on how can i get the numbers under file?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;You can get those numbers by adding an action tool to the input, there, under File, you will see a field called "@FileFormat - value= "&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;2. I noticed that a lot of macro workflow , they will use fullpath formula as shown in the screenshot below :May i know what is the purpose of we doing at this step ?&amp;nbsp;Could you briefly explain on the circled part as per screenshot below as i not sure how to read this formula and i plan to edit it if necessary. Why we use ///Sheet1 in this case and how we going to configure it if necessary?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Jacob_94_1-1615546327328.png" style="width: 400px;"&gt;&lt;img src="https://community.alteryx.com/t5/image/serverpage/image-id/175390i952B95517B884962/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Jacob_94_1-1615546327328.png" alt="Jacob_94_1-1615546327328.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;3.May i know why we need to use find and replace tool here in this case? What are the things that we need to replace?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;4. Normally how you decide at which step&amp;nbsp; you need to contact to the macro. If there is no formula tool and find &amp;amp; replace in this case, will the macro still can function by just directly connected to the input data?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 12 Mar 2021 10:58:26 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Import-multiple-excel-file-different-schema-and-union/m-p/732666#M174002</guid>
      <dc:creator>SH_94</dc:creator>
      <dc:date>2021-03-12T10:58:26Z</dc:date>
    </item>
    <item>
      <title>Re: Import multiple excel file(different schema) and union?</title>
      <link>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Import-multiple-excel-file-different-schema-and-union/m-p/732680#M174008</link>
      <description>&lt;P&gt;Hello &lt;a href="https://community.alteryx.com/t5/user/viewprofilepage/user-id/228135"&gt;@SH_94&lt;/a&gt; ,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regarding the questions:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;1.- Yo can get the numbers on by adding an action tool and checking the file format like this&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Untitled.png" style="width: 999px;"&gt;&lt;img src="https://community.alteryx.com/t5/image/serverpage/image-id/175396iC1468100DA57015D/image-size/large?v=v2&amp;amp;px=999" role="button" title="Untitled.png" alt="Untitled.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;2.- What I am adding to the paths on the excel files is the sheed within the excel book. Yo need to specify it to tell the workflow which sheet it needs to read, there is no default on which it will read the sheet even if there is just one.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;3.- With the find replace what I am doing is adding the column with the file format. There are many ways to do it, I just used this one.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;4.- The more information you dinamically add to the macro the more versatile it will be. The first one I shared had a fixed file format and could only read csv files, this one can now switch between csv and excel files but only when the excel files have the sheetname "Sheet1". We could add a dynamic input to get the sheetnames automatically for example and do much more to make it more versatile.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It depends basically on your needs and what you want to achieve.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;</description>
      <pubDate>Fri, 12 Mar 2021 11:23:45 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Import-multiple-excel-file-different-schema-and-union/m-p/732680#M174008</guid>
      <dc:creator>afv2688</dc:creator>
      <dc:date>2021-03-12T11:23:45Z</dc:date>
    </item>
    <item>
      <title>Re: Import multiple excel file(different schema) and union?</title>
      <link>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Import-multiple-excel-file-different-schema-and-union/m-p/732697#M174014</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.alteryx.com/t5/user/viewprofilepage/user-id/76174"&gt;@afv2688&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks again for the detail explanations. I have additional queries which would like to clarify with you as below:&lt;/P&gt;&lt;P&gt;1. Would like to confirm my understanding on the two control parameters below, is it one for the xlsx and another one for csv? Let said if we have additional xlsb , it mean we need to create three control parameters? Means that one control parameter can only read one format?&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Jacob_94_0-1615549847529.png" style="width: 400px;"&gt;&lt;img src="https://community.alteryx.com/t5/image/serverpage/image-id/175404iD0506C190A6EEC1C/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Jacob_94_0-1615549847529.png" alt="Jacob_94_0-1615549847529.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;2. Noted on this and can i confirm that we would need to build the following formula if we have both csv and xlsx file? May i know how about if we have multiple sheet in the excel, can we choose all or specific tabs to be imported? Is it all just need to be adjust under this formula tools? Could you share with me how will the formula look like if we want to choose specific tab or all the tab within the excel?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Jacob_94_1-1615550207739.png" style="width: 400px;"&gt;&lt;img src="https://community.alteryx.com/t5/image/serverpage/image-id/175408i71CF2EF3F582B690/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Jacob_94_1-1615550207739.png" alt="Jacob_94_1-1615550207739.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;3 Could you shared with me how is the workflow look like if you are adding the dynamic input tools?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 12 Mar 2021 11:59:25 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Import-multiple-excel-file-different-schema-and-union/m-p/732697#M174014</guid>
      <dc:creator>SH_94</dc:creator>
      <dc:date>2021-03-12T11:59:25Z</dc:date>
    </item>
    <item>
      <title>Re: Import multiple excel file(different schema) and union?</title>
      <link>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Import-multiple-excel-file-different-schema-and-union/m-p/732707#M174019</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.alteryx.com/t5/user/viewprofilepage/user-id/228135"&gt;@SH_94&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This is where it gets a little subjective, but personally, I would prefer to split the top workflow (after the directory tool) to execute different macros as soon as the file type (csv/Excel/ other) starts to differ. Not required, but perhaps easier to differentiate.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;With Excels that have multiple sheets (where you most likely don't know the name), your workflow needs to first read the list of Excels and then read (into another macro) the list of all the sheets in that Excel. Sounds tricky, but you're really just doing the same thing, but prior to the 2nd macro your only reading the sheets of the Excel that you're processing. Then you pass that list of sheet names into the 2nd macro and reading them one by one.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="TomWelgemoed_0-1615551360617.png" style="width: 400px;"&gt;&lt;img src="https://community.alteryx.com/t5/image/serverpage/image-id/175413i4361729A4BF01A49/image-size/medium?v=v2&amp;amp;px=400" role="button" title="TomWelgemoed_0-1615551360617.png" alt="TomWelgemoed_0-1615551360617.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The one thing you do start to wonder is - if all these files have different schemas - perhaps you&amp;nbsp;&lt;EM&gt;don't&amp;nbsp;&lt;/EM&gt;want to combine them all in one output? But that's for you to decide of course.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;BR /&gt;Tom&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 12 Mar 2021 12:18:11 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Import-multiple-excel-file-different-schema-and-union/m-p/732707#M174019</guid>
      <dc:creator>TomWelgemoed</dc:creator>
      <dc:date>2021-03-12T12:18:11Z</dc:date>
    </item>
    <item>
      <title>Re: Import multiple excel file(different schema) and union?</title>
      <link>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Import-multiple-excel-file-different-schema-and-union/m-p/732727#M174029</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.alteryx.com/t5/user/viewprofilepage/user-id/4264"&gt;@TomWelgemoed&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you for the detail explanations.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;1.Personally i also feel it it more easier to differentiate if we split it starting from Directory tools.Could you share with me the workflow which have multiple macro for me to refer as i want to see how you build the workflow and connect it with each other.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;2.Do you have workflow which read the list of excels and then read the list of all the sheets in that excel? Could you share with me if you have it the workflow?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;3. Yup, i also thinking on why we need to combine them if it is different schema. Can we adjust the position of the specific row to match with other row which contains similar type of information? May i know do you have the workflow tool as well?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Normally how you will decide whether you want to combine or not if there is different schema? Would like to hear your opinion on this&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 12 Mar 2021 12:35:04 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Import-multiple-excel-file-different-schema-and-union/m-p/732727#M174029</guid>
      <dc:creator>SH_94</dc:creator>
      <dc:date>2021-03-12T12:35:04Z</dc:date>
    </item>
    <item>
      <title>Re: Import multiple excel file(different schema) and union?</title>
      <link>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Import-multiple-excel-file-different-schema-and-union/m-p/732730#M174031</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.alteryx.com/t5/user/viewprofilepage/user-id/228135"&gt;@SH_94&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Looking at your point 3: I think we're circling back perhaps to the original question... why did you want to combine all the files? I think we (&amp;nbsp;&lt;a href="https://community.alteryx.com/t5/user/viewprofilepage/user-id/76174"&gt;@afv2688&lt;/a&gt;&amp;nbsp; &amp;amp; I) assumed that the data is quite consistent and needs to be combined, but perhaps there is more here.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Maybe before we go into solutions, do you want to restate your requirement/objective? You have all these files - what is the end goal here?&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Best,&lt;BR /&gt;Tom&lt;/P&gt;</description>
      <pubDate>Fri, 12 Mar 2021 12:39:49 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Import-multiple-excel-file-different-schema-and-union/m-p/732730#M174031</guid>
      <dc:creator>TomWelgemoed</dc:creator>
      <dc:date>2021-03-12T12:39:49Z</dc:date>
    </item>
    <item>
      <title>Re: Import multiple excel file(different schema) and union?</title>
      <link>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Import-multiple-excel-file-different-schema-and-union/m-p/732736#M174035</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.alteryx.com/t5/user/viewprofilepage/user-id/4264"&gt;@TomWelgemoed&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Yes sure.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Perhaps let me explain in the way presented below:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Type of file availables&lt;/STRONG&gt; - Different type of files with different number of tabs within the excel files. They also consist of different name of header. But all the file contain certain information, for instance invoice amount. However, different name of header may used by different header. For instance, some ppl put it as Invoice Amount, some may put it as Inv Amount , or some may put total balance.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;My Objective- &lt;/STRONG&gt;My objective is i plan to combine all the data in alteryx and can we adjust different position of column (for specific row) to the same position of column ? So that we can use it for the calculation purpose.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 12 Mar 2021 12:51:59 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Import-multiple-excel-file-different-schema-and-union/m-p/732736#M174035</guid>
      <dc:creator>SH_94</dc:creator>
      <dc:date>2021-03-12T12:51:59Z</dc:date>
    </item>
    <item>
      <title>Re: Import multiple excel file(different schema) and union?</title>
      <link>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Import-multiple-excel-file-different-schema-and-union/m-p/732737#M174036</link>
      <description>&lt;P&gt;Hello &lt;a href="https://community.alteryx.com/t5/user/viewprofilepage/user-id/228135"&gt;@SH_94&lt;/a&gt; ,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;1.- That's not like it, one control parameter adds the file name while the other specifies the file type. If you would like to add xlsb too you would just need to add the file format number on the text input on the find replace tool, thats it.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;2.- To add multiple sheets you would need to change the solution like the one I just added&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;</description>
      <pubDate>Fri, 12 Mar 2021 12:53:18 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Import-multiple-excel-file-different-schema-and-union/m-p/732737#M174036</guid>
      <dc:creator>afv2688</dc:creator>
      <dc:date>2021-03-12T12:53:18Z</dc:date>
    </item>
  </channel>
</rss>

