<?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: How to load multiple CSV files (80000+ files) to Qlik Sense Desktop in Connectivity &amp; Data Prep</title>
    <link>https://community.qlik.com/t5/Connectivity-Data-Prep/How-to-load-multiple-CSV-files-80000-files-to-Qlik-Sense-Desktop/m-p/11156#M121</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You're going to need to learn Qlik Script pretty fast. This is too much to put into a great level of detail. However, here are the basic steps I'd follow:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Hopefully each of the 20 types of CSV are in the same place or at least follow the same naming convention. Then you can use wildcards to load a bunch. That will look something like the following with one for each file version.&lt;/SPAN&gt;&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;
&lt;P&gt;Type1:&lt;/P&gt;
&lt;P&gt;LOAD&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Date,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Value&lt;/P&gt;
&lt;P&gt;FROM [lib://Folder/Type1FileName*.csv]&lt;/P&gt;
&lt;P&gt;(txt, codepage is 28591, embedded labels, delimiter is ',', msq);&lt;/P&gt;
&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;Then you'll need to transform it to link or concatenate all your data as appropriate. This would at least need to link based on the interval range fields.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Finally you'll use interval match with your interval ranges to attach a calendar dimension.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 25 May 2018 18:12:26 GMT</pubDate>
    <dc:creator>bme</dc:creator>
    <dc:date>2018-05-25T18:12:26Z</dc:date>
    <item>
      <title>How to load multiple CSV files (80000+ files) to Qlik Sense Desktop</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/How-to-load-multiple-CSV-files-80000-files-to-Qlik-Sense-Desktop/m-p/11155#M120</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm very new to Qlik sense desktop,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please guide me in detail how to load multiple Csv files to Qlik Sense Desktop &amp;amp; after that i need to prepare Graphs/Charts based on data available in these sheets data/Time wise to check statistics of Network&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;These 80000+ files are classified in to&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. 20 different csv files&lt;/P&gt;&lt;P&gt;2. Each csv file has different content&lt;/P&gt;&lt;P&gt;3. These 20 different csv files are of 15 min Interval starting from 01052018 to 23052018 which is mentioned clearly in two columns of every sheet with Start time &amp;amp; End time&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need to check statistics of my nodes for entire May month.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please let me know how to go ahead with this task.. It will be more helpful if it is guided step by step.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have formulas to calculate statistics&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 May 2018 06:44:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/How-to-load-multiple-CSV-files-80000-files-to-Qlik-Sense-Desktop/m-p/11155#M120</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-05-25T06:44:01Z</dc:date>
    </item>
    <item>
      <title>Re: How to load multiple CSV files (80000+ files) to Qlik Sense Desktop</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/How-to-load-multiple-CSV-files-80000-files-to-Qlik-Sense-Desktop/m-p/11156#M121</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You're going to need to learn Qlik Script pretty fast. This is too much to put into a great level of detail. However, here are the basic steps I'd follow:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Hopefully each of the 20 types of CSV are in the same place or at least follow the same naming convention. Then you can use wildcards to load a bunch. That will look something like the following with one for each file version.&lt;/SPAN&gt;&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;
&lt;P&gt;Type1:&lt;/P&gt;
&lt;P&gt;LOAD&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Date,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Value&lt;/P&gt;
&lt;P&gt;FROM [lib://Folder/Type1FileName*.csv]&lt;/P&gt;
&lt;P&gt;(txt, codepage is 28591, embedded labels, delimiter is ',', msq);&lt;/P&gt;
&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;Then you'll need to transform it to link or concatenate all your data as appropriate. This would at least need to link based on the interval range fields.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Finally you'll use interval match with your interval ranges to attach a calendar dimension.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 May 2018 18:12:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/How-to-load-multiple-CSV-files-80000-files-to-Qlik-Sense-Desktop/m-p/11156#M121</guid>
      <dc:creator>bme</dc:creator>
      <dc:date>2018-05-25T18:12:26Z</dc:date>
    </item>
    <item>
      <title>Re: How to load multiple CSV files (80000+ files) to Qlik Sense Desktop</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/How-to-load-multiple-CSV-files-80000-files-to-Qlik-Sense-Desktop/m-p/11157#M122</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the update&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It was really helpful. I'm just looking to create Graphs by using formulas &amp;amp; the formulas numerator &amp;amp; denominator content is available in sheets. I have created connection &amp;amp; imported data of following columns in to Qlik sense desktop.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you share any sample how to create graphs with following data? Thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Type1:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;LOAD&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; DateAndTimeStart,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; DateAndTimeEnd,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; NumberOfXXXX,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; InitialSuccessfullyXXXXXX,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; AdditionalSuccessfullyXXXXX&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;FROM [lib://Suresh/vLte*.csv]&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;(txt, codepage is 28591, embedded labels, delimiter is ',', msq);&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 May 2018 05:59:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/How-to-load-multiple-CSV-files-80000-files-to-Qlik-Sense-Desktop/m-p/11157#M122</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-05-28T05:59:20Z</dc:date>
    </item>
    <item>
      <title>Re: How to load multiple CSV files (80000+ files) to Qlik Sense Desktop</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/How-to-load-multiple-CSV-files-80000-files-to-Qlik-Sense-Desktop/m-p/11158#M123</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks it was really helpful &amp;amp; i was succeeded with the script&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Jun 2018 11:15:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/How-to-load-multiple-CSV-files-80000-files-to-Qlik-Sense-Desktop/m-p/11158#M123</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-06-04T11:15:21Z</dc:date>
    </item>
  </channel>
</rss>

