<?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: Parsing log text in Alteryx Designer Desktop Discussions</title>
    <link>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Parsing-log-text/m-p/62560#M22772</link>
    <description>&lt;P&gt;Sample Log:&lt;/P&gt;&lt;P&gt;File Name is: \\Client\Apps\Loaders\Latest LOADER\Test Files\test145.csv&lt;BR /&gt;Records Read: 1&lt;BR /&gt;&lt;SPAN&gt;Records &lt;/SPAN&gt;Added: 1&lt;BR /&gt;&lt;SPAN&gt;Records &lt;/SPAN&gt;Rejected: 0&lt;BR /&gt;Errors Reported: 0&lt;BR /&gt;Warnings Reported:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;From "&lt;SPAN&gt;File Name is: \\Client\Apps\Loaders\Latest LOADER\Test Files\test145.csv" &amp;nbsp;&lt;/SPAN&gt;I want test045 alone.&lt;BR /&gt;Also from "&lt;SPAN&gt;Records &lt;/SPAN&gt;Added:1 " , I need 1 alone&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Krishna&lt;/P&gt;</description>
    <pubDate>Wed, 31 May 2017 10:50:19 GMT</pubDate>
    <dc:creator>Krish</dc:creator>
    <dc:date>2017-05-31T10:50:19Z</dc:date>
    <item>
      <title>Parsing log text</title>
      <link>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Parsing-log-text/m-p/62528#M22770</link>
      <description>Hi Team,&lt;BR /&gt;I have a error log text like this:&lt;BR /&gt;File Name:xyzkey.csv&lt;BR /&gt;----Some texts----&lt;BR /&gt;record accepted :1&lt;BR /&gt;---some texts---&lt;BR /&gt;now i need to parse following&lt;BR /&gt;xyzkey&lt;BR /&gt;1(text accepted after record accepted)&lt;BR /&gt;&lt;BR /&gt;Any idea.&lt;BR /&gt;&lt;BR /&gt;Thanks in advance.&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;KRISHNA</description>
      <pubDate>Thu, 24 May 2018 03:48:21 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Parsing-log-text/m-p/62528#M22770</guid>
      <dc:creator>Krish</dc:creator>
      <dc:date>2018-05-24T03:48:21Z</dc:date>
    </item>
    <item>
      <title>Re: Parsing log text</title>
      <link>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Parsing-log-text/m-p/62550#M22771</link>
      <description>&lt;P&gt;I expect this could be done using a multi-row formula combined with some RegEx functions.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Could you provide a couple more&amp;nbsp;example files just to make it clear on the transform you need&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 31 May 2017 09:13:59 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Parsing-log-text/m-p/62550#M22771</guid>
      <dc:creator>jdunkerley79</dc:creator>
      <dc:date>2017-05-31T09:13:59Z</dc:date>
    </item>
    <item>
      <title>Re: Parsing log text</title>
      <link>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Parsing-log-text/m-p/62560#M22772</link>
      <description>&lt;P&gt;Sample Log:&lt;/P&gt;&lt;P&gt;File Name is: \\Client\Apps\Loaders\Latest LOADER\Test Files\test145.csv&lt;BR /&gt;Records Read: 1&lt;BR /&gt;&lt;SPAN&gt;Records &lt;/SPAN&gt;Added: 1&lt;BR /&gt;&lt;SPAN&gt;Records &lt;/SPAN&gt;Rejected: 0&lt;BR /&gt;Errors Reported: 0&lt;BR /&gt;Warnings Reported:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;From "&lt;SPAN&gt;File Name is: \\Client\Apps\Loaders\Latest LOADER\Test Files\test145.csv" &amp;nbsp;&lt;/SPAN&gt;I want test045 alone.&lt;BR /&gt;Also from "&lt;SPAN&gt;Records &lt;/SPAN&gt;Added:1 " , I need 1 alone&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Krishna&lt;/P&gt;</description>
      <pubDate>Wed, 31 May 2017 10:50:19 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Parsing-log-text/m-p/62560#M22772</guid>
      <dc:creator>Krish</dc:creator>
      <dc:date>2017-05-31T10:50:19Z</dc:date>
    </item>
    <item>
      <title>Re: Parsing log text</title>
      <link>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Parsing-log-text/m-p/62566#M22773</link>
      <description>&lt;P&gt;The attached workflow should do what you need.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Select the Output file name as field option on the Input Data tool to include the file name. I chose to use a CSV mode with separator set to \0 and with field names set to 0, but there are various ways to read it in.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;A filter expression filtering out all but the Records added row via a regular expression. And then a RegEx tool in replace mode to extract just the number&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If you expect things other than numbers then you will need to edit the (\d+) part of the expression.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;Hopefully enough to get you started.&lt;/P&gt;</description>
      <pubDate>Wed, 31 May 2017 11:02:34 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Parsing-log-text/m-p/62566#M22773</guid>
      <dc:creator>jdunkerley79</dc:creator>
      <dc:date>2017-05-31T11:02:34Z</dc:date>
    </item>
    <item>
      <title>Re: Parsing log text</title>
      <link>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Parsing-log-text/m-p/63828#M22774</link>
      <description>&lt;P&gt;Thanks.This Approach helped me to find the solution .&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 08 Jun 2017 12:40:04 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Parsing-log-text/m-p/63828#M22774</guid>
      <dc:creator>Krish</dc:creator>
      <dc:date>2017-06-08T12:40:04Z</dc:date>
    </item>
  </channel>
</rss>

