<?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: Text/ Flat File as source with Alteryx Server in Alteryx Server Discussions</title>
    <link>https://community.alteryx.com/t5/Alteryx-Server-Discussions/Text-Flat-File-as-source-with-Alteryx-Server/m-p/1220631#M14752</link>
    <description>&lt;P&gt;From there, you can choose the flat file that has the lengths you want:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="image.png" style="width: 797px;"&gt;&lt;img src="https://community.alteryx.com/t5/image/serverpage/image-id/334095i18FA42E722930D06/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;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I made two (you can edit with Notepad++ or Notepad is fine too):&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="image.png" style="width: 308px;"&gt;&lt;img src="https://community.alteryx.com/t5/image/serverpage/image-id/334096iE8BF595F84C8C0B4/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;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The original goes up to Field 16, and the COPY goes up to Field 15. If I use both, here are the results:&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="image.png" style="width: 999px;"&gt;&lt;img src="https://community.alteryx.com/t5/image/serverpage/image-id/334097i186631C64857EF41/image-size/large?v=v2&amp;amp;px=999" role="button" title="image.png" alt="image.png" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="image.png" style="width: 999px;"&gt;&lt;img src="https://community.alteryx.com/t5/image/serverpage/image-id/334098i0BA846198642865A/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;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hope this helps&amp;nbsp;&lt;a href="https://community.alteryx.com/t5/user/viewprofilepage/user-id/250885"&gt;@goutdelete&lt;/a&gt;&amp;nbsp;!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 15 Dec 2023 05:37:27 GMT</pubDate>
    <dc:creator>caltang</dc:creator>
    <dc:date>2023-12-15T05:37:27Z</dc:date>
    <item>
      <title>Text/ Flat File as source with Alteryx Server</title>
      <link>https://community.alteryx.com/t5/Alteryx-Server-Discussions/Text-Flat-File-as-source-with-Alteryx-Server/m-p/1220409#M14746</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Not sure why I can't seem to find a similar thread while I think this should be a rather common use case: we have a text file (flat file) output from a system that we would use Alteryx to parse and perform the data transformation.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;With designer all works fine with the template that we generated.&amp;nbsp; But unfortunately when we implement the Server, the server doesn't seem to recognize the template and basically no longer can truly be automate.&amp;nbsp; I'm wondering if it's because in Designer a window will pop up for users to pick how to proceed with the text file and Server just doesn't have that (as screenshot below).&amp;nbsp; And if so how other people solve similar problem?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have a sample file here but really we have tons of "system generated text files" to process; some are internal systems some are from external vendors and there is just no way to change the file format or output and so we just need to deal with the status quo.&amp;nbsp; Traditionally solutions may involve IT's data team to do coding to parse out the flat file as per spec but I believe if this is solvable in Alteryx Server then business users and achieve more agile digital transformation and process improvement.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks a million in advance!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 14 Dec 2023 17:00:03 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Server-Discussions/Text-Flat-File-as-source-with-Alteryx-Server/m-p/1220409#M14746</guid>
      <dc:creator>goutdelete</dc:creator>
      <dc:date>2023-12-14T17:00:03Z</dc:date>
    </item>
    <item>
      <title>Re: Text/ Flat File as source with Alteryx Server</title>
      <link>https://community.alteryx.com/t5/Alteryx-Server-Discussions/Text-Flat-File-as-source-with-Alteryx-Server/m-p/1220594#M14749</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I believe you need to save the template to a place where the workflow can access it.&amp;nbsp; I have a few workflows where we parse fixed length files similar to your example implemented on the server and the template file is saved in a network drive mounted to the server.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;X:\AlteryxApplications\FileSpecs\XXX099R02.flat&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This approach runs without issue.&lt;/P&gt;</description>
      <pubDate>Fri, 15 Dec 2023 01:48:14 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Server-Discussions/Text-Flat-File-as-source-with-Alteryx-Server/m-p/1220594#M14749</guid>
      <dc:creator>TimN</dc:creator>
      <dc:date>2023-12-15T01:48:14Z</dc:date>
    </item>
    <item>
      <title>Re: Text/ Flat File as source with Alteryx Server</title>
      <link>https://community.alteryx.com/t5/Alteryx-Server-Discussions/Text-Flat-File-as-source-with-Alteryx-Server/m-p/1220617#M14750</link>
      <description>&lt;P&gt;If it's specific to this file and the fixed width length is similar, what&amp;nbsp;&lt;a href="https://community.alteryx.com/t5/user/viewprofilepage/user-id/13908"&gt;@TimN&lt;/a&gt;&amp;nbsp;said is the best approach. You will need to keep a copy of the lengths (you can also see it via XML).&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="image.png" style="width: 999px;"&gt;&lt;img src="https://community.alteryx.com/t5/image/serverpage/image-id/334085iE0BCAF086E166FBC/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;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;From the export you can reuse it if it's mapped on the server, or I believe you can add an interface to drop that file in.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;It looks 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="image.png" style="width: 999px;"&gt;&lt;img src="https://community.alteryx.com/t5/image/serverpage/image-id/334086i5CDC51AF80C41EEC/image-size/large?v=v2&amp;amp;px=999" role="button" title="image.png" alt="image.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 15 Dec 2023 05:18:47 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Server-Discussions/Text-Flat-File-as-source-with-Alteryx-Server/m-p/1220617#M14750</guid>
      <dc:creator>caltang</dc:creator>
      <dc:date>2023-12-15T05:18:47Z</dc:date>
    </item>
    <item>
      <title>Re: Text/ Flat File as source with Alteryx Server</title>
      <link>https://community.alteryx.com/t5/Alteryx-Server-Discussions/Text-Flat-File-as-source-with-Alteryx-Server/m-p/1220626#M14751</link>
      <description>&lt;P&gt;This is what the configuration of the input looks like:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="image.png" style="width: 665px;"&gt;&lt;img src="https://community.alteryx.com/t5/image/serverpage/image-id/334087iF419F6129BD35E26/image-size/large?v=v2&amp;amp;px=999" role="button" title="image.png" alt="image.png" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="image.png" style="width: 999px;"&gt;&lt;img src="https://community.alteryx.com/t5/image/serverpage/image-id/334088i4A97A703266EC3E5/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;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Of course, the first effort is to make those lines and save it via Export, then use that as a base.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Next, adding the interface (if you use it on Server and you mention usage by others, I presume they will need to feed in an input &amp;amp; a template (you can also fix it to a path stored on the Server as well - but I want to illustrate the idea here more):&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="image.png" style="width: 783px;"&gt;&lt;img src="https://community.alteryx.com/t5/image/serverpage/image-id/334090i4C37C53AFE15ACB2/image-size/large?v=v2&amp;amp;px=999" role="button" title="image.png" alt="image.png" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="image.png" style="width: 999px;"&gt;&lt;img src="https://community.alteryx.com/t5/image/serverpage/image-id/334091iD8D350D05734EC69/image-size/large?v=v2&amp;amp;px=999" role="button" title="image.png" alt="image.png" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="image.png" style="width: 999px;"&gt;&lt;img src="https://community.alteryx.com/t5/image/serverpage/image-id/334092i9C64765D5EC85545/image-size/large?v=v2&amp;amp;px=999" role="button" title="image.png" alt="image.png" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="image.png" style="width: 999px;"&gt;&lt;img src="https://community.alteryx.com/t5/image/serverpage/image-id/334093iD5B4301723E5276D/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;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="image.png" style="width: 999px;"&gt;&lt;img src="https://community.alteryx.com/t5/image/serverpage/image-id/334094iC36356646F6E03CC/image-size/large?v=v2&amp;amp;px=999" role="button" title="image.png" alt="image.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 15 Dec 2023 05:34:32 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Server-Discussions/Text-Flat-File-as-source-with-Alteryx-Server/m-p/1220626#M14751</guid>
      <dc:creator>caltang</dc:creator>
      <dc:date>2023-12-15T05:34:32Z</dc:date>
    </item>
    <item>
      <title>Re: Text/ Flat File as source with Alteryx Server</title>
      <link>https://community.alteryx.com/t5/Alteryx-Server-Discussions/Text-Flat-File-as-source-with-Alteryx-Server/m-p/1220631#M14752</link>
      <description>&lt;P&gt;From there, you can choose the flat file that has the lengths you want:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="image.png" style="width: 797px;"&gt;&lt;img src="https://community.alteryx.com/t5/image/serverpage/image-id/334095i18FA42E722930D06/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;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I made two (you can edit with Notepad++ or Notepad is fine too):&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="image.png" style="width: 308px;"&gt;&lt;img src="https://community.alteryx.com/t5/image/serverpage/image-id/334096iE8BF595F84C8C0B4/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;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The original goes up to Field 16, and the COPY goes up to Field 15. If I use both, here are the results:&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="image.png" style="width: 999px;"&gt;&lt;img src="https://community.alteryx.com/t5/image/serverpage/image-id/334097i186631C64857EF41/image-size/large?v=v2&amp;amp;px=999" role="button" title="image.png" alt="image.png" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="image.png" style="width: 999px;"&gt;&lt;img src="https://community.alteryx.com/t5/image/serverpage/image-id/334098i0BA846198642865A/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;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hope this helps&amp;nbsp;&lt;a href="https://community.alteryx.com/t5/user/viewprofilepage/user-id/250885"&gt;@goutdelete&lt;/a&gt;&amp;nbsp;!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 15 Dec 2023 05:37:27 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Server-Discussions/Text-Flat-File-as-source-with-Alteryx-Server/m-p/1220631#M14752</guid>
      <dc:creator>caltang</dc:creator>
      <dc:date>2023-12-15T05:37:27Z</dc:date>
    </item>
    <item>
      <title>Re: Text/ Flat File as source with Alteryx Server</title>
      <link>https://community.alteryx.com/t5/Alteryx-Server-Discussions/Text-Flat-File-as-source-with-Alteryx-Server/m-p/1221321#M14761</link>
      <description>&lt;P&gt;Thanks &lt;a href="https://community.alteryx.com/t5/user/viewprofilepage/user-id/291003"&gt;@caltang&lt;/a&gt;&amp;nbsp;the top part is exactly what we've done (exporting a template and then "Use Field Setting from File").&amp;nbsp; But that referencing somehow triggered some issue earlier once the team migrated the workflow into the server.&amp;nbsp; I believe they did upload the file as&amp;nbsp;&lt;a href="https://community.alteryx.com/t5/user/viewprofilepage/user-id/13908"&gt;@TimN&lt;/a&gt;&amp;nbsp;suggested too but yet whatever the reason it didn't work for them.&amp;nbsp; I'm not sure if there's anything to do with the path or those "include assets" options when they uploaded the workflow or not.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Nonetheless your screenshot of XML provided inspiration and I simply tried the other option of the radio button sets, namely "Embed Filed Settings in Workflow" directly and with that method the whole field definition inbrained directly (images below) so once I migrated/ uploaded into the server it works like a charm.&amp;nbsp; I've sent off the sample solution to the team for implementation.&amp;nbsp; Thanks both!&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="image.png" style="width: 400px;"&gt;&lt;img src="https://community.alteryx.com/t5/image/serverpage/image-id/334385iE67E7BF977AA8945/image-size/medium?v=v2&amp;amp;px=400" role="button" title="image.png" alt="image.png" /&gt;&lt;/span&gt;&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="image (1).png" style="width: 400px;"&gt;&lt;img src="https://community.alteryx.com/t5/image/serverpage/image-id/334386iF788DB055E697E44/image-size/medium?v=v2&amp;amp;px=400" role="button" title="image (1).png" alt="image (1).png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;Hopefully this post helps future people that requires to process daily text files either received from external or internal systems with a scheduled automation task in the server. &lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 18 Dec 2023 13:52:30 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Server-Discussions/Text-Flat-File-as-source-with-Alteryx-Server/m-p/1221321#M14761</guid>
      <dc:creator>goutdelete</dc:creator>
      <dc:date>2023-12-18T13:52:30Z</dc:date>
    </item>
  </channel>
</rss>

