<?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: Convert multiple excel tabs from the same excel to individual file with no .xlsx exten in Alteryx Designer Desktop Discussions</title>
    <link>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Convert-multiple-excel-tabs-from-the-same-excel-to-individual/m-p/414703#M76552</link>
    <description>&lt;P&gt;To illustrate, I've attached an example that generates some random data and outputs it to &lt;EM&gt;both&lt;/EM&gt; a single file with 31 tabs which is I believe what you're already doing, and also 31 individual files, which is I believe what you're looking to do.&amp;nbsp; The two approaches are so similar that I'm not entirely sure what might be missing in what you've already tried, so hopefully this example will contain clues to get you pointed in the right direction for your actual data.&lt;/P&gt;</description>
    <pubDate>Mon, 13 May 2019 14:21:57 GMT</pubDate>
    <dc:creator>JohnJPS</dc:creator>
    <dc:date>2019-05-13T14:21:57Z</dc:date>
    <item>
      <title>Convert multiple excel tabs from the same excel to individual file with no .xlsx extension</title>
      <link>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Convert-multiple-excel-tabs-from-the-same-excel-to-individual/m-p/414228#M76466</link>
      <description>&lt;P&gt;I am writing data from a database to a output file in .xlsx format. The data is run each day and gets added to individual tab with date name (&amp;lt;Filename&amp;gt;.&amp;lt;Today's Date&amp;gt;). For this I have used formula tool and inserted&amp;nbsp;&lt;STRONG&gt;DateTimeFormat(DateTimeToday(),"%Y%m%d").&amp;nbsp;&lt;/STRONG&gt;This is saved under the .xlsx file. So if everyday file is run, the tab will show multiple sheets with different dates.&lt;/P&gt;&lt;P&gt;However, I want to convert this individual sheet to a separate file that would have no .xlsx format.&lt;/P&gt;&lt;P&gt;Is there any way to do it?&lt;/P&gt;&lt;P&gt;It is not mandatory to have the output file only in .xlsx format. I need the file name as &amp;lt;Filename&amp;gt;.&amp;lt;Today's Date&amp;gt;.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Your response would be appreciated!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 10 May 2019 21:23:16 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Convert-multiple-excel-tabs-from-the-same-excel-to-individual/m-p/414228#M76466</guid>
      <dc:creator>kmoon</dc:creator>
      <dc:date>2019-05-10T21:23:16Z</dc:date>
    </item>
    <item>
      <title>Re: Convert multiple excel tabs from the same excel to individual file with no .xlsx exten</title>
      <link>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Convert-multiple-excel-tabs-from-the-same-excel-to-individual/m-p/414300#M76479</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.alteryx.com/t5/user/viewprofilepage/user-id/85895"&gt;@kmoon&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;For most output file types, you can specify the filename as one of the fields, towards the bottom of the Config Panel of the Output Tool.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So, for instance, use the formula tool to calculate the desired filename, say, as [calculatedFilename], and then do...&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="image.png" style="width: 411px;"&gt;&lt;img src="https://community.alteryx.com/t5/image/serverpage/image-id/62808iB2CF3F90D90359EA/image-size/large?v=v2&amp;amp;px=999" role="button" title="image.png" alt="image.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;You can do this for .xlsx, .csv, .flat, etc...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hope that helps!&lt;/P&gt;&lt;P&gt;John&lt;/P&gt;</description>
      <pubDate>Sat, 11 May 2019 15:36:01 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Convert-multiple-excel-tabs-from-the-same-excel-to-individual/m-p/414300#M76479</guid>
      <dc:creator>JohnJPS</dc:creator>
      <dc:date>2019-05-11T15:36:01Z</dc:date>
    </item>
    <item>
      <title>Re: Convert multiple excel tabs from the same excel to individual file with no .xlsx exten</title>
      <link>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Convert-multiple-excel-tabs-from-the-same-excel-to-individual/m-p/414663#M76540</link>
      <description>&lt;P&gt;Hi @JohnJPS,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I did it the similar way you mentioned.&amp;nbsp;&lt;/P&gt;&lt;P&gt;For excel, if I save in .xlsx format, I would get everyday data in separate tab like &amp;lt;FileName&amp;gt;&amp;lt;Todays Date&amp;gt;.&lt;/P&gt;&lt;P&gt;However, I would like to see each tab converting to a separate file so that they are visible from the folder itself and not by going to .xlsx and retrieving them.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any thoughts?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 13 May 2019 13:20:22 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Convert-multiple-excel-tabs-from-the-same-excel-to-individual/m-p/414663#M76540</guid>
      <dc:creator>kmoon</dc:creator>
      <dc:date>2019-05-13T13:20:22Z</dc:date>
    </item>
    <item>
      <title>Re: Convert multiple excel tabs from the same excel to individual file with no .xlsx exten</title>
      <link>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Convert-multiple-excel-tabs-from-the-same-excel-to-individual/m-p/414703#M76552</link>
      <description>&lt;P&gt;To illustrate, I've attached an example that generates some random data and outputs it to &lt;EM&gt;both&lt;/EM&gt; a single file with 31 tabs which is I believe what you're already doing, and also 31 individual files, which is I believe what you're looking to do.&amp;nbsp; The two approaches are so similar that I'm not entirely sure what might be missing in what you've already tried, so hopefully this example will contain clues to get you pointed in the right direction for your actual data.&lt;/P&gt;</description>
      <pubDate>Mon, 13 May 2019 14:21:57 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Convert-multiple-excel-tabs-from-the-same-excel-to-individual/m-p/414703#M76552</guid>
      <dc:creator>JohnJPS</dc:creator>
      <dc:date>2019-05-13T14:21:57Z</dc:date>
    </item>
    <item>
      <title>Re: Convert multiple excel tabs from the same excel to individual file with no .xlsx exten</title>
      <link>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Convert-multiple-excel-tabs-from-the-same-excel-to-individual/m-p/414797#M76566</link>
      <description>&lt;P&gt;Hi @JohnJPS,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I appreciate your expedite feedback. The output file is shown as &amp;lt;RandDate.xlsx&amp;gt;. I want to get rid of the .xlsx extension and want to show the file name as &amp;lt;RandDate&amp;gt; only.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any thoughts?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;</description>
      <pubDate>Mon, 13 May 2019 16:25:08 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Convert-multiple-excel-tabs-from-the-same-excel-to-individual/m-p/414797#M76566</guid>
      <dc:creator>kmoon</dc:creator>
      <dc:date>2019-05-13T16:25:08Z</dc:date>
    </item>
    <item>
      <title>Re: Convert multiple excel tabs from the same excel to individual file with no .xlsx exten</title>
      <link>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Convert-multiple-excel-tabs-from-the-same-excel-to-individual/m-p/414935#M76595</link>
      <description>&lt;P&gt;In the Formula tool, for the filename, I used:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;"C:\dev\Alteryx\tmp\out\" +
DateTimeFormat([randDate],"%Y%m%d") + 
".xlsx|||" + 
DateTimeFormat([randDate],"%Y%m%d")&lt;/LI-CODE&gt;&lt;P&gt;... to eliminate the .xlsx, just take it out (e.g. from the 3rd line):&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;"C:\dev\Alteryx\tmp\out\" +
DateTimeFormat([randDate],"%Y%m%d") + 
"|||" + 
DateTimeFormat([randDate],"%Y%m%d")&lt;/LI-CODE&gt;&lt;P&gt;... please note that the sheet name will still be named as a date... if you just want "Sheet1" there, make the corresponding modification:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;"C:\dev\Alteryx\tmp\out\" +
DateTimeFormat([randDate],"%Y%m%d") + 
"|||Sheet1"&lt;/LI-CODE&gt;&lt;P&gt;... hopefully this gives you the insight to name your output file pretty much anything you want.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 13 May 2019 18:30:16 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Convert-multiple-excel-tabs-from-the-same-excel-to-individual/m-p/414935#M76595</guid>
      <dc:creator>JohnJPS</dc:creator>
      <dc:date>2019-05-13T18:30:16Z</dc:date>
    </item>
    <item>
      <title>Re: Convert multiple excel tabs from the same excel to individual file with no .xlsx exten</title>
      <link>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Convert-multiple-excel-tabs-from-the-same-excel-to-individual/m-p/415005#M76612</link>
      <description>&lt;P&gt;This worked for me. Removing the .xlsx did the trick. Now I don't see the .xlsx extension.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Appreciate it.&lt;/P&gt;</description>
      <pubDate>Mon, 13 May 2019 20:12:14 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Convert-multiple-excel-tabs-from-the-same-excel-to-individual/m-p/415005#M76612</guid>
      <dc:creator>kmoon</dc:creator>
      <dc:date>2019-05-13T20:12:14Z</dc:date>
    </item>
    <item>
      <title>Re: Convert multiple excel tabs from the same excel to individual file with no .xlsx exten</title>
      <link>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Convert-multiple-excel-tabs-from-the-same-excel-to-individual/m-p/418084#M77271</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.alteryx.com/t5/user/viewprofilepage/user-id/4515"&gt;@JohnJPS&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;With respect to what you mentioned before, could you also let me know how do I get rid of the header in final output?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Would appreciate your response.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;</description>
      <pubDate>Mon, 20 May 2019 19:53:18 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Convert-multiple-excel-tabs-from-the-same-excel-to-individual/m-p/418084#M77271</guid>
      <dc:creator>kmoon</dc:creator>
      <dc:date>2019-05-20T19:53:18Z</dc:date>
    </item>
    <item>
      <title>Re: Convert multiple excel tabs from the same excel to individual file with no .xlsx exten</title>
      <link>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Convert-multiple-excel-tabs-from-the-same-excel-to-individual/m-p/418086#M77272</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.alteryx.com/t5/user/viewprofilepage/user-id/85895"&gt;@kmoon&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Sure, for most output types, look in the Output tool's config panel for "First Row Contains Field Names"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Just un-check that to get rid of the headers in the output file.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hope that helps!&lt;/P&gt;&lt;P&gt;&amp;nbsp;- John&lt;/P&gt;</description>
      <pubDate>Mon, 20 May 2019 19:58:25 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Convert-multiple-excel-tabs-from-the-same-excel-to-individual/m-p/418086#M77272</guid>
      <dc:creator>JohnJPS</dc:creator>
      <dc:date>2019-05-20T19:58:25Z</dc:date>
    </item>
    <item>
      <title>Re: Convert multiple excel tabs from the same excel to individual file with no .xlsx exten</title>
      <link>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Convert-multiple-excel-tabs-from-the-same-excel-to-individual/m-p/418113#M77280</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.alteryx.com/t5/user/viewprofilepage/user-id/4515"&gt;@JohnJPS&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It works for .csv output file but not .xlsx file. The option is available only for .csv.&lt;/P&gt;&lt;P&gt;Curious if Alteryx could apply this for all the output file.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;However, it solves my purpose.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;</description>
      <pubDate>Mon, 20 May 2019 20:48:25 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Convert-multiple-excel-tabs-from-the-same-excel-to-individual/m-p/418113#M77280</guid>
      <dc:creator>kmoon</dc:creator>
      <dc:date>2019-05-20T20:48:25Z</dc:date>
    </item>
    <item>
      <title>Re: Convert multiple excel tabs from the same excel to individual file with no .xlsx exten</title>
      <link>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Convert-multiple-excel-tabs-from-the-same-excel-to-individual/m-p/418121#M77281</link>
      <description>&lt;P&gt;For Excel files, you can try checking "Skip Field Names" in the config panel.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hope that helps!&lt;/P&gt;&lt;P&gt;&amp;nbsp;- John&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 20 May 2019 20:55:29 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Convert-multiple-excel-tabs-from-the-same-excel-to-individual/m-p/418121#M77281</guid>
      <dc:creator>JohnJPS</dc:creator>
      <dc:date>2019-05-20T20:55:29Z</dc:date>
    </item>
    <item>
      <title>Re: Convert multiple excel tabs from the same excel to individual file with no .xlsx exten</title>
      <link>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Convert-multiple-excel-tabs-from-the-same-excel-to-individual/m-p/421321#M78044</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.alteryx.com/t5/user/viewprofilepage/user-id/4515"&gt;@JohnJPS&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;With respect to your solution for extension file with .xlsx, I want to upload the day to day file to a server. Right now the file name stands at &amp;lt;File Name&amp;gt;.&amp;lt;Today's Date&amp;gt;.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Right now I am putting today's run time file to the server manually (in the attached workflow) by placing the &amp;lt;File Name&amp;gt;.&amp;lt;Today's Date&amp;gt; manually at the file location from Text Input tool. However I want to make it dynamic so that the day I would run the file, the file extension would be automatically there. Please refer to only "Upload file from disk" container only. As I am not using the other one.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Could you help me with this? If there's other alternate ways, do let me know.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 29 May 2019 14:49:28 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Convert-multiple-excel-tabs-from-the-same-excel-to-individual/m-p/421321#M78044</guid>
      <dc:creator>kmoon</dc:creator>
      <dc:date>2019-05-29T14:49:28Z</dc:date>
    </item>
    <item>
      <title>Re: Convert multiple excel tabs from the same excel to individual file with no .xlsx exten</title>
      <link>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Convert-multiple-excel-tabs-from-the-same-excel-to-individual/m-p/421378#M78069</link>
      <description>&lt;P&gt;&lt;FONT face="courier new,courier" color="#0000FF"&gt;DateTimeNow()&lt;/FONT&gt; in the formula tool will supply you with the timestamp at that moment (during run-time).&amp;nbsp; So you could have a formula with &lt;FONT face="courier new,courier" color="#0000FF"&gt;[Filename]+"."+DateTimeFormat(DateTimeNow(),"....")&lt;/FONT&gt;&amp;nbsp;, where "&lt;FONT face="courier new,courier" color="#0000FF"&gt;....&lt;/FONT&gt;" is whatever format you want that portion of the filename to have (e.g. &lt;FONT face="courier new,courier"&gt;%y%M%d&lt;/FONT&gt; or some such).&lt;/P&gt;</description>
      <pubDate>Wed, 29 May 2019 15:58:50 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Convert-multiple-excel-tabs-from-the-same-excel-to-individual/m-p/421378#M78069</guid>
      <dc:creator>JohnJPS</dc:creator>
      <dc:date>2019-05-29T15:58:50Z</dc:date>
    </item>
    <item>
      <title>Re: Convert multiple excel tabs from the same excel to individual file with no .xlsx exten</title>
      <link>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Convert-multiple-excel-tabs-from-the-same-excel-to-individual/m-p/421719#M78177</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.alteryx.com/t5/user/viewprofilepage/user-id/4515"&gt;@JohnJPS&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have done it the same way locally and it works. But the point here is I want to upload the file to a different server with the server name/authentication. How would I upload it dynamically to the server? That's why I attached the previous workflow for your reference.&lt;/P&gt;&lt;P&gt;Is there something I could use in the formula tool itself? So that it could directly upload the file to server.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Would appreciate your feedback.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 30 May 2019 13:52:11 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Convert-multiple-excel-tabs-from-the-same-excel-to-individual/m-p/421719#M78177</guid>
      <dc:creator>kmoon</dc:creator>
      <dc:date>2019-05-30T13:52:11Z</dc:date>
    </item>
    <item>
      <title>Re: Convert multiple excel tabs from the same excel to individual file with no .xlsx exten</title>
      <link>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Convert-multiple-excel-tabs-from-the-same-excel-to-individual/m-p/421741#M78183</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.alteryx.com/t5/user/viewprofilepage/user-id/85895"&gt;@kmoon&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I think that may depend more on the target than on Alteryx.&amp;nbsp; It looks like you're trying to POST the file to the server, but that would assume the server is willing to accept the raw, and furthermore will know what to do with it (e.g. where to put it on the server).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;An alternative approach that you might consider is mapping a drive on the server such that Alteryx can see it using...&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;\\ServerName.YourCompany.Com\SharedPath\&lt;/LI-CODE&gt;&lt;P&gt;... and then calculate the output name with that as the location followed by your constructed filename...&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;\\ServerName.YourCompany.Com\SharedPath\FileName&lt;/LI-CODE&gt;&lt;P&gt;... and then use the regular Output tool to plop it there, rather than the Download Tool.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If you don't have direct access to the server, I'm assuming someone in your IT organization may be able to assist with the mapping the folder and setting up permissions, etc...?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hope that helps!&lt;/P&gt;&lt;P&gt;John&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 30 May 2019 14:46:43 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Convert-multiple-excel-tabs-from-the-same-excel-to-individual/m-p/421741#M78183</guid>
      <dc:creator>JohnJPS</dc:creator>
      <dc:date>2019-05-30T14:46:43Z</dc:date>
    </item>
    <item>
      <title>Re: Convert multiple excel tabs from the same excel to individual file with no .xlsx exten</title>
      <link>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Convert-multiple-excel-tabs-from-the-same-excel-to-individual/m-p/422191#M78277</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.alteryx.com/t5/user/viewprofilepage/user-id/4515"&gt;@JohnJPS&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can I type in the following in the formula tool?&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;\\ServerName.YourCompany.Com\SharedPath\FileName&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;And by the constructed filename, did you mean Filename.Datetimeformat(Datetimenow(),'.....')?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Fri, 31 May 2019 14:55:28 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Convert-multiple-excel-tabs-from-the-same-excel-to-individual/m-p/422191#M78277</guid>
      <dc:creator>kmoon</dc:creator>
      <dc:date>2019-05-31T14:55:28Z</dc:date>
    </item>
    <item>
      <title>Re: Convert multiple excel tabs from the same excel to individual file with no .xlsx exten</title>
      <link>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Convert-multiple-excel-tabs-from-the-same-excel-to-individual/m-p/422219#M78285</link>
      <description>&lt;P&gt;Sure, the formula expression would just be...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;"\\ServerName.YourCompany.com\SharedPath\FileName." + DateTimeFormat(DateTimeNow(),"....")&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;... where "...," is the format you're after, and you literally just hard-code in the other stuff as a string.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Aside... if desired, those could also be variables:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;"\\" + [ServerName] + "." + [YourCompany] + ".com\" + [SharedPath] + "\" + DateTimeFormat(DateTimeNow(),"....")&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;... assuming you had all those defined in the data stream.&lt;/P&gt;</description>
      <pubDate>Fri, 31 May 2019 15:42:08 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Convert-multiple-excel-tabs-from-the-same-excel-to-individual/m-p/422219#M78285</guid>
      <dc:creator>JohnJPS</dc:creator>
      <dc:date>2019-05-31T15:42:08Z</dc:date>
    </item>
    <item>
      <title>Re: Convert multiple excel tabs from the same excel to individual file with no .xlsx exten</title>
      <link>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Convert-multiple-excel-tabs-from-the-same-excel-to-individual/m-p/425544#M79268</link>
      <description>&lt;P&gt;HI&amp;nbsp;&lt;a href="https://community.alteryx.com/t5/user/viewprofilepage/user-id/4515"&gt;@JohnJPS&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;With the previous email thread, you mentioned of mapping a drive to the server as shown below in the quotation mark. Is it possible to use in the formula tool? If I use in the formula tool, should I run the workflow in that particular server?&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;"&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;An alternative approach that you might consider is mapping a drive on the server such that Alteryx can see it using...&lt;/P&gt;&lt;PRE&gt;\\ServerName.YourCompany.Com\SharedPath\&lt;/PRE&gt;&lt;P&gt;&lt;STRONG&gt;"&lt;/STRONG&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;Thanks.&lt;/P&gt;</description>
      <pubDate>Wed, 12 Jun 2019 16:20:02 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Convert-multiple-excel-tabs-from-the-same-excel-to-individual/m-p/425544#M79268</guid>
      <dc:creator>kmoon</dc:creator>
      <dc:date>2019-06-12T16:20:02Z</dc:date>
    </item>
    <item>
      <title>Re: Convert multiple excel tabs from the same excel to individual file with no .xlsx exten</title>
      <link>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Convert-multiple-excel-tabs-from-the-same-excel-to-individual/m-p/425599#M79283</link>
      <description>(Responding via phone here)&lt;BR /&gt;&lt;BR /&gt;If the path is shared, it means you should be able to access it from anywhere, including Alteryx. Someone from your IT group would know how to set up the share and make sure you have permissions to it. You should not need to be on the server itself if using this approach.</description>
      <pubDate>Wed, 12 Jun 2019 18:24:12 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Convert-multiple-excel-tabs-from-the-same-excel-to-individual/m-p/425599#M79283</guid>
      <dc:creator>JohnJPS</dc:creator>
      <dc:date>2019-06-12T18:24:12Z</dc:date>
    </item>
  </channel>
</rss>

