<?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: Loading unstructured text data in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Loading-unstructured-text-data/m-p/1302306#M616054</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Marc,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I used inline just for the demo purpose, In fact data is treated in same way irrespective of it's source type.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pls find attached sample where I have used same data in text file. As you mentioned their is lot of garbage in your text file you may need to put some more effort to clean the data.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 19 Jun 2017 05:21:27 GMT</pubDate>
    <dc:creator>kamal_sanguri</dc:creator>
    <dc:date>2017-06-19T05:21:27Z</dc:date>
    <item>
      <title>Loading unstructured text data</title>
      <link>https://community.qlik.com/t5/QlikView/Loading-unstructured-text-data/m-p/1302299#M616047</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Purpose is analysing log file of FLEXLM license manager.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Wants to load text file where on some points in file, there is a date. From that point, date must be changed, till I find a new date in file :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;fex. :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;6:06:27 (lmgrd) TIMESTAMP 6/12/2017&lt;/P&gt;&lt;P&gt; 6:06:27 (ptc_d) OUT: "A" 1@PCDELL11593W7&amp;nbsp; &lt;/P&gt;&lt;P&gt; 7:00:40 (ptc_d) IN: "A" 2@PCDELL13306&amp;nbsp; (INACTIVE)&lt;/P&gt;&lt;P&gt; 7:04:16 (ptc_d) OUT: "B" 2@PCDELL13306&amp;nbsp; &lt;/P&gt;&lt;P&gt; 7:19:27 (ptc_d) OUT: "B" 3@PCDELL13295 &lt;/P&gt;&lt;P&gt;6:06:27 (lmgrd) TIMESTAMP 6/13/2017&lt;/P&gt;&lt;P&gt; 6:06:27 (ptc_d) OUT: "A" 1@PCDELL11593W7&amp;nbsp; &lt;/P&gt;&lt;P&gt; 7:00:40 (ptc_d) IN: "A" 2@PCDELL13306&amp;nbsp; (INACTIVE)&lt;/P&gt;&lt;P&gt; 7:04:16 (ptc_d) OUT: "B" 2@PCDELL13306&amp;nbsp; &lt;/P&gt;&lt;P&gt; 7:19:27 (ptc_d) OUT: "B" 3@PCDELL13295 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In my result, I want to see the date find in timestamp added to the time in the following lines. How can this be done during load of text file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Result should be &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;6/12/2017 6:06:27 (ptc_d) OUT: "A" 1@PCDELL11593W7&amp;nbsp; &lt;/P&gt;&lt;P&gt;6/12/2017 7:00:40 (ptc_d) IN: "A" 2@PCDELL13306&amp;nbsp; (INACTIVE)&lt;/P&gt;&lt;P&gt;6/12/2017&amp;nbsp; 7:04:16 (ptc_d) OUT: "B" 2@PCDELL13306&amp;nbsp; &lt;/P&gt;&lt;P&gt;6/12/2017 7:19:27 (ptc_d) OUT: "B" 3@PCDELL13295 &lt;/P&gt;&lt;P&gt;7/12/2017 6:06:27 (ptc_d) OUT: "A" 1@PCDELL11593W7&amp;nbsp; &lt;/P&gt;&lt;P&gt;7/12/2017 7:00:40 (ptc_d) IN: "A" 2@PCDELL13306&amp;nbsp; (INACTIVE)&lt;/P&gt;&lt;P&gt;7/12/2017&amp;nbsp; 7:04:16 (ptc_d) OUT: "B" 2@PCDELL13306&amp;nbsp; &lt;/P&gt;&lt;P&gt;7/12/2017 7:19:27 (ptc_d) OUT: "B" 3@PCDELL13295 &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Jun 2017 07:07:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Loading-unstructured-text-data/m-p/1302299#M616047</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-06-16T07:07:30Z</dc:date>
    </item>
    <item>
      <title>Re: Loading unstructured text data</title>
      <link>https://community.qlik.com/t5/QlikView/Loading-unstructured-text-data/m-p/1302300#M616048</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;As long as the time is actually being stored within the source file in the first place, then you can use the Timestamp Function.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Timestamp(yourDate, 'DD/MM/YYYY h:mm:ss) as yourDate&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;'yourDate' would be the name of the date column.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Jun 2017 08:27:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Loading-unstructured-text-data/m-p/1302300#M616048</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-06-16T08:27:36Z</dc:date>
    </item>
    <item>
      <title>Re: Loading unstructured text data</title>
      <link>https://community.qlik.com/t5/QlikView/Loading-unstructured-text-data/m-p/1302301#M616049</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Matthew,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Problem is not some sort of concatenating, but how can the date be kept in memory during load.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;During load :&lt;/P&gt;&lt;P&gt;@1 = 6:06:27&lt;/P&gt;&lt;P&gt;@2 = (lmgrd)&lt;/P&gt;&lt;P&gt;@3 = Timestamp&lt;/P&gt;&lt;P&gt;@4 = 6/12/2017.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In second line is @4 : "A"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This means that 6/12/2017 is disappeared for that line.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can 6/12/2017 been kept in memory and added to every line till new date (6/13/2017) appears. From then that new date has to be in memory till next one.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Marc&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Van: Matthew Quinn &lt;/P&gt;&lt;P&gt;Verzonden: vrijdag 16 juni 2017 10:28&lt;/P&gt;&lt;P&gt;Aan: VERHELST Marc &amp;lt;marc.verhelst@vanhool.be&amp;gt;&lt;/P&gt;&lt;P&gt;Onderwerp: Re:  - Loading unstructured text data&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Jun 2017 09:18:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Loading-unstructured-text-data/m-p/1302301#M616049</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-06-16T09:18:39Z</dc:date>
    </item>
    <item>
      <title>Re: Loading unstructured text data</title>
      <link>https://community.qlik.com/t5/QlikView/Loading-unstructured-text-data/m-p/1302302#M616050</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Marc,&lt;/P&gt;&lt;P&gt;see Attachment.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Antonio&lt;/P&gt;&lt;P&gt;&lt;IMG class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/167090_pastedImage_0.png" style="max-height: 900px; max-width: 1200px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Jun 2017 09:27:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Loading-unstructured-text-data/m-p/1302302#M616050</guid>
      <dc:creator>antoniotiman</dc:creator>
      <dc:date>2017-06-16T09:27:05Z</dc:date>
    </item>
    <item>
      <title>Re: Loading unstructured text data</title>
      <link>https://community.qlik.com/t5/QlikView/Loading-unstructured-text-data/m-p/1302303#M616051</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think something like this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/167088_Capture.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Jun 2017 09:27:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Loading-unstructured-text-data/m-p/1302303#M616051</guid>
      <dc:creator>kamal_sanguri</dc:creator>
      <dc:date>2017-06-16T09:27:25Z</dc:date>
    </item>
    <item>
      <title>Re: Loading unstructured text data</title>
      <link>https://community.qlik.com/t5/QlikView/Loading-unstructured-text-data/m-p/1302304#M616052</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Pls see attached.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Jun 2017 09:28:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Loading-unstructured-text-data/m-p/1302304#M616052</guid>
      <dc:creator>kamal_sanguri</dc:creator>
      <dc:date>2017-06-16T09:28:00Z</dc:date>
    </item>
    <item>
      <title>Re: Loading unstructured text data</title>
      <link>https://community.qlik.com/t5/QlikView/Loading-unstructured-text-data/m-p/1302305#M616053</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Kamal,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;See that first statement is inline.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Data is coming from .txt file that I’m reading in (With a lot of other garbage in it).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I thought that inline is not compatible with reading the data at that moment from a file. So can reading from file and inline at the same moment bringing together.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Marc&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Van: Kamal Kumar Sanguri &lt;/P&gt;&lt;P&gt;Verzonden: vrijdag 16 juni 2017 11:29&lt;/P&gt;&lt;P&gt;Aan: VERHELST Marc &amp;lt;marc.verhelst@vanhool.be&amp;gt;&lt;/P&gt;&lt;P&gt;Onderwerp: Re:  - Loading unstructured text data&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Jun 2017 09:49:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Loading-unstructured-text-data/m-p/1302305#M616053</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-06-16T09:49:15Z</dc:date>
    </item>
    <item>
      <title>Re: Loading unstructured text data</title>
      <link>https://community.qlik.com/t5/QlikView/Loading-unstructured-text-data/m-p/1302306#M616054</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Marc,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I used inline just for the demo purpose, In fact data is treated in same way irrespective of it's source type.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pls find attached sample where I have used same data in text file. As you mentioned their is lot of garbage in your text file you may need to put some more effort to clean the data.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Jun 2017 05:21:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Loading-unstructured-text-data/m-p/1302306#M616054</guid>
      <dc:creator>kamal_sanguri</dc:creator>
      <dc:date>2017-06-19T05:21:27Z</dc:date>
    </item>
  </channel>
</rss>

