<?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: How to regroup multiple excel files by sheet names? in Alteryx Designer Desktop Discussions</title>
    <link>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/How-to-regroup-multiple-excel-files-by-sheet-names/m-p/664428#M154673</link>
    <description>&lt;P&gt;Sheets with same number are same schema, for example;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Sheet1s from Company A~E have same schema, Sheet2s from Company A~E have same schema and so on...&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Would your workflow work for such case???&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks a lot for help!&lt;/P&gt;</description>
    <pubDate>Wed, 11 Nov 2020 12:43:38 GMT</pubDate>
    <dc:creator>tseo</dc:creator>
    <dc:date>2020-11-11T12:43:38Z</dc:date>
    <item>
      <title>How to regroup multiple excel files by sheet names?</title>
      <link>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/How-to-regroup-multiple-excel-files-by-sheet-names/m-p/664338#M154650</link>
      <description>&lt;P&gt;Hello,&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm quite new to Alteryx and have a problem dealing with multiple excel files.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;File 1 : Company A.xlsx - sheet1, sheet2, sheet3.... sheet10&lt;/P&gt;&lt;P&gt;File 2 : Company B.xlsx -&amp;nbsp;sheet1, sheet2, sheet3.... sheet10&lt;/P&gt;&lt;P&gt;File 3 : Company C.xlsx -&amp;nbsp;sheet1, sheet2, sheet3.... sheet10&lt;/P&gt;&lt;P&gt;File 4 : Company D.xlsx -&amp;nbsp;sheet1, sheet2, sheet3.... sheet10&lt;/P&gt;&lt;P&gt;File 5 : Company E.xlsx -&amp;nbsp;sheet1, sheet2, sheet3.... sheet10&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;And I would like to regroup sheets into like;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;File1 : Sheet1.xlsx - Company A, Company B, Company C, Company D, Company E&lt;/P&gt;&lt;P&gt;File2 : Sheet2.xlsx - Company A, Company B, Company C, Company D, Company E&lt;/P&gt;&lt;P&gt;File3 : Sheet3.xlsx - Company A, Company B, Company C, Company D, Company E&lt;/P&gt;&lt;P&gt;File4 : Sheet4.xlsx - Company A, Company B, Company C, Company D, Company E&lt;/P&gt;&lt;P&gt;File5 : Sheet5.xlsx - Company A, Company B, Company C, Company D, Company E&lt;/P&gt;&lt;P&gt;File6 : Sheet6.xlsx - Company A, Company B, Company C, Company D, Company E&lt;/P&gt;&lt;P&gt;File7 : Sheet7.xlsx - Company A, Company B, Company C, Company D, Company E&lt;/P&gt;&lt;P&gt;File8 : Sheet8.xlsx - Company A, Company B, Company C, Company D, Company E&lt;/P&gt;&lt;P&gt;File9 : Sheet9.xlsx - Company A, Company B, Company C, Company D, Company E&lt;/P&gt;&lt;P&gt;File10 : Sheet10.xlsx - Company A, Company B, Company C, Company D, Company E&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any tips or ideas for this kind of task????&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 11 Nov 2020 09:59:29 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/How-to-regroup-multiple-excel-files-by-sheet-names/m-p/664338#M154650</guid>
      <dc:creator>tseo</dc:creator>
      <dc:date>2020-11-11T09:59:29Z</dc:date>
    </item>
    <item>
      <title>Re: How to regroup multiple excel files by sheet names?</title>
      <link>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/How-to-regroup-multiple-excel-files-by-sheet-names/m-p/664371#M154655</link>
      <description>&lt;P&gt;Do the all sheets have&amp;nbsp; the same schema?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If the all sheets have the same schema, you can read the all data by using one batch macro.&lt;/P&gt;&lt;P&gt;And at output tool, you can save the required excel files by using "Take File/Table Name From Field" option.&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="AkimasaKajitani_0-1605091125995.png" style="width: 604px;"&gt;&lt;img src="https://community.alteryx.com/t5/image/serverpage/image-id/143793i7F2B1415537927D6/image-dimensions/604x188?v=v2" width="604" height="188" role="button" title="AkimasaKajitani_0-1605091125995.png" alt="AkimasaKajitani_0-1605091125995.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Please refer attached file.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If the schema is different each sheets, I recommend to branch out by sheet name in before the macro.&lt;/P&gt;</description>
      <pubDate>Wed, 11 Nov 2020 10:41:48 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/How-to-regroup-multiple-excel-files-by-sheet-names/m-p/664371#M154655</guid>
      <dc:creator>AkimasaKajitani</dc:creator>
      <dc:date>2020-11-11T10:41:48Z</dc:date>
    </item>
    <item>
      <title>Re: How to regroup multiple excel files by sheet names?</title>
      <link>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/How-to-regroup-multiple-excel-files-by-sheet-names/m-p/664428#M154673</link>
      <description>&lt;P&gt;Sheets with same number are same schema, for example;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Sheet1s from Company A~E have same schema, Sheet2s from Company A~E have same schema and so on...&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Would your workflow work for such case???&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks a lot for help!&lt;/P&gt;</description>
      <pubDate>Wed, 11 Nov 2020 12:43:38 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/How-to-regroup-multiple-excel-files-by-sheet-names/m-p/664428#M154673</guid>
      <dc:creator>tseo</dc:creator>
      <dc:date>2020-11-11T12:43:38Z</dc:date>
    </item>
    <item>
      <title>Re: How to regroup multiple excel files by sheet names?</title>
      <link>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/How-to-regroup-multiple-excel-files-by-sheet-names/m-p/664437#M154677</link>
      <description>&lt;P&gt;When the schema is different at each sheets as you said, you have to branch by Filter tool by each sheet before load excel files.&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="AkimasaKajitani_0-1605099431064.png" style="width: 655px;"&gt;&lt;img src="https://community.alteryx.com/t5/image/serverpage/image-id/143816iB45D471E54A85665/image-dimensions/655x508?v=v2" width="655" height="508" role="button" title="AkimasaKajitani_0-1605099431064.png" alt="AkimasaKajitani_0-1605099431064.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please refer attached file.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If there are too many sheets and it's difficult to increase the number of branches, you'll need a different logic.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 11 Nov 2020 13:00:27 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/How-to-regroup-multiple-excel-files-by-sheet-names/m-p/664437#M154677</guid>
      <dc:creator>AkimasaKajitani</dc:creator>
      <dc:date>2020-11-11T13:00:27Z</dc:date>
    </item>
    <item>
      <title>Re: How to regroup multiple excel files by sheet names?</title>
      <link>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/How-to-regroup-multiple-excel-files-by-sheet-names/m-p/664469#M154684</link>
      <description>&lt;P&gt;I fixed the Excel Load macro that output the schema information at each sheets.&lt;/P&gt;&lt;P&gt;And I created an Excel save macro that saves only the fields you need by giving the schema information.&lt;BR /&gt;It may not work well with field names that contain hyphen.&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="AkimasaKajitani_0-1605101880885.png" style="width: 820px;"&gt;&lt;img src="https://community.alteryx.com/t5/image/serverpage/image-id/143821iB5F8641A315E8CBE/image-dimensions/820x386?v=v2" width="820" height="386" role="button" title="AkimasaKajitani_0-1605101880885.png" alt="AkimasaKajitani_0-1605101880885.png" /&gt;&lt;/span&gt; &lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In Excel Save Macro the Field that each sheet have only pass to output tool by Dynamic Select.&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="output.png" style="width: 400px;"&gt;&lt;img src="https://community.alteryx.com/t5/image/serverpage/image-id/143827i3A760A3A3F531D4B/image-size/medium?v=v2&amp;amp;px=400" role="button" title="output.png" alt="output.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;The function is the below.&lt;/P&gt;&lt;P&gt;Contains("_a_b_c_","_"+[Name]+"_") or [Name]="OutputPath"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Action tool replace "_a_b_c" by control parameter input.&lt;/P&gt;</description>
      <pubDate>Wed, 11 Nov 2020 13:52:15 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/How-to-regroup-multiple-excel-files-by-sheet-names/m-p/664469#M154684</guid>
      <dc:creator>AkimasaKajitani</dc:creator>
      <dc:date>2020-11-11T13:52:15Z</dc:date>
    </item>
  </channel>
</rss>

