<?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: Need help parsing a TXT file with non-standard delimiters in Alteryx Designer Desktop Discussions</title>
    <link>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Need-help-parsing-a-TXT-file-with-non-standard-delimiters/m-p/709817#M166296</link>
    <description>&lt;P&gt;Thank you&amp;nbsp;&lt;a href="https://community.alteryx.com/t5/user/viewprofilepage/user-id/85461"&gt;@Maskell_Rascal&lt;/a&gt;&amp;nbsp;for the solution.&amp;nbsp; I appreciate your quick response to my post.&lt;/P&gt;</description>
    <pubDate>Wed, 27 Jan 2021 20:00:50 GMT</pubDate>
    <dc:creator>taxtechfl</dc:creator>
    <dc:date>2021-01-27T20:00:50Z</dc:date>
    <item>
      <title>Need help parsing a TXT file with non-standard delimiters</title>
      <link>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Need-help-parsing-a-TXT-file-with-non-standard-delimiters/m-p/709793#M166285</link>
      <description>&lt;P&gt;I am looking for suggestions on the most efficient means of parsing a file that has non-standard delimiters in it.&amp;nbsp; There are a few issues with how the file was built:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;The field delimiter is a pipe&lt;/LI&gt;&lt;LI&gt;The text delimiter is a tilde&lt;/LI&gt;&lt;LI&gt;The first field only has one text delimiter on the end of the value&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;I have created a sample of the text:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Field01~|~Field02~|~Field03~|~Field04~|~Field05~|~Field06~|~Field07~|~Field08~|~Field09~|~Field10~|~Field11~|~Field12~|~Field13~|~Field14~|~Field15~|~Field16~|~Field17~|~Field18~|~Field19~|~Field20~|~Field21~|~Field22~|~Field23~|~Field24~&lt;BR /&gt;AP~|~AbC~|~AbC_1234567890_1234_2020_0001234567~|~12345~|~AbC_1234~|~GB~|~16-07-2020~|~16-07-2020~|~1234567~|~ABCDEFGH LTD~|~GB~|~GB123456789~|~0123456789~|~AbC_V1~|~~|~123.1~|~0.0~|~123.1~|~GBP~|~123.1~|~0.0~|~123.1~|~GBP~|~RE&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you in advance for your assistance and feedback.&lt;/P&gt;</description>
      <pubDate>Wed, 27 Jan 2021 18:33:10 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Need-help-parsing-a-TXT-file-with-non-standard-delimiters/m-p/709793#M166285</guid>
      <dc:creator>taxtechfl</dc:creator>
      <dc:date>2021-01-27T18:33:10Z</dc:date>
    </item>
    <item>
      <title>Re: Need help parsing a TXT file with non-standard delimiters</title>
      <link>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Need-help-parsing-a-TXT-file-with-non-standard-delimiters/m-p/709800#M166288</link>
      <description>&lt;P&gt;What do you mean by 'text delimiter'?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Jacob&lt;/P&gt;</description>
      <pubDate>Wed, 27 Jan 2021 19:03:46 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Need-help-parsing-a-TXT-file-with-non-standard-delimiters/m-p/709800#M166288</guid>
      <dc:creator>jacob_kahn</dc:creator>
      <dc:date>2021-01-27T19:03:46Z</dc:date>
    </item>
    <item>
      <title>Re: Need help parsing a TXT file with non-standard delimiters</title>
      <link>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Need-help-parsing-a-TXT-file-with-non-standard-delimiters/m-p/709802#M166289</link>
      <description>&lt;P&gt;I should have said "text qualifier."&amp;nbsp; For example, in a typical CSV you may have the commas separating the fields while the values within each field will be inside of a set of double-quotes.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In the sample data you can see that the pipe separates the fields and the values within each field are inside of tildes (as opposed to quotes).&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;</description>
      <pubDate>Wed, 27 Jan 2021 19:10:54 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Need-help-parsing-a-TXT-file-with-non-standard-delimiters/m-p/709802#M166289</guid>
      <dc:creator>taxtechfl</dc:creator>
      <dc:date>2021-01-27T19:10:54Z</dc:date>
    </item>
    <item>
      <title>Re: Need help parsing a TXT file with non-standard delimiters</title>
      <link>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Need-help-parsing-a-TXT-file-with-non-standard-delimiters/m-p/709804#M166290</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.alteryx.com/t5/user/viewprofilepage/user-id/141177"&gt;@taxtechfl&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It appears that you have "|" as a special character that you can use as a delimiter. If this is the case, the attached workflow should work for you.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You first use "|" as the delimiter on the input tool, but will then need to couple more steps to cleanse the data of the "~".&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="Maskell_Rascal_0-1611774563096.png" style="width: 400px;"&gt;&lt;img src="https://community.alteryx.com/t5/image/serverpage/image-id/167429iD3622654B05D2ADB/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Maskell_Rascal_0-1611774563096.png" alt="Maskell_Rascal_0-1611774563096.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm using a RecordID, Crosstab, and Transpose tools to flip the data, and a Formula tool to trim the tilde from all fields and records. I can then use the Dynamic rename tool to select the first row of data as the field headers.&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="Maskell_Rascal_1-1611774662470.png" style="width: 400px;"&gt;&lt;img src="https://community.alteryx.com/t5/image/serverpage/image-id/167430i42D7C38FA74E91C8/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Maskell_Rascal_1-1611774662470.png" alt="Maskell_Rascal_1-1611774662470.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Attached is the workflow.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If this solves your issue please mark the answer as correct, if not let me know!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;P&gt;Phil&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 27 Jan 2021 19:11:52 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Need-help-parsing-a-TXT-file-with-non-standard-delimiters/m-p/709804#M166290</guid>
      <dc:creator>Maskell_Rascal</dc:creator>
      <dc:date>2021-01-27T19:11:52Z</dc:date>
    </item>
    <item>
      <title>Re: Need help parsing a TXT file with non-standard delimiters</title>
      <link>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Need-help-parsing-a-TXT-file-with-non-standard-delimiters/m-p/709817#M166296</link>
      <description>&lt;P&gt;Thank you&amp;nbsp;&lt;a href="https://community.alteryx.com/t5/user/viewprofilepage/user-id/85461"&gt;@Maskell_Rascal&lt;/a&gt;&amp;nbsp;for the solution.&amp;nbsp; I appreciate your quick response to my post.&lt;/P&gt;</description>
      <pubDate>Wed, 27 Jan 2021 20:00:50 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Need-help-parsing-a-TXT-file-with-non-standard-delimiters/m-p/709817#M166296</guid>
      <dc:creator>taxtechfl</dc:creator>
      <dc:date>2021-01-27T20:00:50Z</dc:date>
    </item>
  </channel>
</rss>

