<?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: Import Multiple CSV Files? in Connectivity &amp; Data Prep</title>
    <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Import-Multiple-CSV-Files/m-p/1358760#M2886</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry! Since you aliased&amp;nbsp; @2, it make sense to use the new name in Unqualified:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px; background-color: #f2f2f2;"&gt;Unqualify Value;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 14 Jul 2017 12:01:28 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2017-07-14T12:01:28Z</dc:date>
    <item>
      <title>Import Multiple CSV Files?</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Import-Multiple-CSV-Files/m-p/1358750#M2876</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, I'm completely new to Qlik Sense and am really struggling with working out how to import multiple data files.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My data sets are very simple in that they are two column CSV files with the first column containing the Timestamp and the second column a list of values. Unfortunately all of my data is in separate CSV's so I can have many different files, none of which have headings on the columns; the only unique identifiers are the filenames.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am able to manually import these files one at a time, type in field-heading names (Timestep for column 1, whatever the filename is for column 2) and associate the files. But this is very time consuming and I'm sure there is a way to script this process.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can anyone help me out with this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Jul 2017 16:08:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/Import-Multiple-CSV-Files/m-p/1358750#M2876</guid>
      <dc:creator>johnlloyd45</dc:creator>
      <dc:date>2017-07-10T16:08:18Z</dc:date>
    </item>
    <item>
      <title>Re: Import Multiple CSV Files?</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Import-Multiple-CSV-Files/m-p/1358751#M2877</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can try a wildcard load:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD * FROM &lt;STRONG&gt;[LIB://mycsvfiles/*.csv]&lt;/STRONG&gt; (&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;txt, codepage is 1252, no labels, delimiter is ',', msq, header)&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Jul 2017 17:50:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/Import-Multiple-CSV-Files/m-p/1358751#M2877</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2017-07-10T17:50:22Z</dc:date>
    </item>
    <item>
      <title>Re: Import Multiple CSV Files?</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Import-Multiple-CSV-Files/m-p/1358752#M2878</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the suggestion.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That's not given me quite what I'm looking for. It appears to have brought all of the data in to a single table. When I import the CSV files manually they all come in as separate files and I'm able to associate them with each other. This is what I'm trying to achieve.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And any suggestion for automatically naming the field heating using each CSV filename?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;John&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Jul 2017 09:59:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/Import-Multiple-CSV-Files/m-p/1358752#M2878</guid>
      <dc:creator>johnlloyd45</dc:creator>
      <dc:date>2017-07-11T09:59:16Z</dc:date>
    </item>
    <item>
      <title>Re: Import Multiple CSV Files?</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Import-Multiple-CSV-Files/m-p/1358753#M2879</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I agree with &lt;A href="https://community.qlik.com/qlik-users/96544"&gt;gwassenaar&lt;/A&gt;‌!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If the files are identical i.e. the number and name of columns, delimiters, header sizes (where the first row starts), etc are the same, then using a wildcard load should concatenate them into one table. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If your tables are loaded as separate tables, I suggest you to check the above attributes of the files just so that you make sure everything is ready for an automatic concatenation. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Your script should look something like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Table:&lt;/P&gt;&lt;P&gt;Load&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Column1&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; As TimeStamp,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Column2&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; As Value&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;From [lib://ConnectionName\*.csv]&lt;/P&gt;&lt;P&gt;(txt, utf8, embedded labels, delimiter is ',', msq)&lt;SPAN style="font-size: 10pt;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let us know how it goes,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Laleh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Jul 2017 15:03:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/Import-Multiple-CSV-Files/m-p/1358753#M2879</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-07-11T15:03:45Z</dc:date>
    </item>
    <item>
      <title>Re: Import Multiple CSV Files?</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Import-Multiple-CSV-Files/m-p/1358754#M2880</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Laleh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I don't want to concatenate the files into one table; each CSV file represents a different variable (15 minute readings from different sensors in a building) so I'd like to import them all as separate tables.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also, each file has different time-steps and row numbers. I could send an example if that helps?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any ideas?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also my question on naming Column2 automatically using each CSV file name.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Jul 2017 16:26:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/Import-Multiple-CSV-Files/m-p/1358754#M2880</guid>
      <dc:creator>johnlloyd45</dc:creator>
      <dc:date>2017-07-11T16:26:00Z</dc:date>
    </item>
    <item>
      <title>Re: Import Multiple CSV Files?</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Import-Multiple-CSV-Files/m-p/1358755#M2881</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;John,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sorry for misunderstanding your question! &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Right - I think you need a for loop that loops through the files and loads them into individual tables. Pretty much like the code below:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For each vFileName in Filelist ('lib://Path\*.csv')&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Load *,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; '$(vFileName)'&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; As FileName,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; FileBaseName()&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; As Column2&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; From [$(vFileName)]&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; (txt, utf8, embedded labels, delimiter is ',', msq);&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; Next vFileName&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;P&gt;FileBaseName() gives you the name of each file being loaded. Not sure if that's what you want but give it a try and see if it works!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Laleh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Jul 2017 08:14:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/Import-Multiple-CSV-Files/m-p/1358755#M2881</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-07-12T08:14:46Z</dc:date>
    </item>
    <item>
      <title>Re: Import Multiple CSV Files?</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Import-Multiple-CSV-Files/m-p/1358756#M2882</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Laleh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you so much for helping, it's really appreciated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Unfortunately, the new code has again not quite given what I'm looking for. It's imported all of the data but still into a single large table. It also added a third column containing the full library location and filename, and a fourth column titled Column2 containing the File Base Name.&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/169910_Capture.PNG" style="width: 620px; height: 234px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Jul 2017 09:07:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/Import-Multiple-CSV-Files/m-p/1358756#M2882</guid>
      <dc:creator>johnlloyd45</dc:creator>
      <dc:date>2017-07-12T09:07:51Z</dc:date>
    </item>
    <item>
      <title>Re: Import Multiple CSV Files?</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Import-Multiple-CSV-Files/m-p/1358757#M2883</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try adding these lines above the script:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;QUALIFY *;&lt;/P&gt;&lt;P&gt;UNQUALIFY &lt;EM&gt;FieldToBeUsedForAssociatingTheTablesHere&lt;/EM&gt;;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Jul 2017 10:52:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/Import-Multiple-CSV-Files/m-p/1358757#M2883</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2017-07-14T10:52:10Z</dc:date>
    </item>
    <item>
      <title>Re: Import Multiple CSV Files?</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Import-Multiple-CSV-Files/m-p/1358758#M2884</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That's partly worked; it's now imported my tables separately but it's also created a load of other tables titled INLFED, INLFED-1, INLFED-2....etc. I can't understand what these are referring to&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It won't let me Synchronise Scripted Tables so I cannot see the data in the Data Manager and no longer recognises the timestamp as a date field so I cannot use the Calendar Measures.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I really appreciate the help. You can download the script I'm using, the CSV files I'm trying to import and a screenshot of what it's giving me in Data Manager &lt;A href="https://www.dropbox.com/s/an85ht4adw97nnz/QLIK%20RD%20Example%20Info.zip?dl=0"&gt;using this link&lt;/A&gt;. It'd be great if you could have a look at this and make any sense of it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;John&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Jul 2017 11:33:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/Import-Multiple-CSV-Files/m-p/1358758#M2884</guid>
      <dc:creator>johnlloyd45</dc:creator>
      <dc:date>2017-07-14T11:33:57Z</dc:date>
    </item>
    <item>
      <title>Re: Import Multiple CSV Files?</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Import-Multiple-CSV-Files/m-p/1358759#M2885</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;John,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/qlik-users/96544"&gt;gwassenaar&lt;/A&gt;‌ means this (I believe):&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Qualify *;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Unqualify @2;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; // replace @2 with the other field if this is not the right field to associate the tables&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; @1 AS Timestep,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; @2 AS Value&lt;/P&gt;&lt;P&gt;FROM [lib://Data Connection/*.csv]&lt;/P&gt;&lt;P&gt;(txt, codepage is 1252, no labels, delimiter is '\t', msq);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;See if this works,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Laleh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Jul 2017 11:58:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/Import-Multiple-CSV-Files/m-p/1358759#M2885</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-07-14T11:58:06Z</dc:date>
    </item>
    <item>
      <title>Re: Import Multiple CSV Files?</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Import-Multiple-CSV-Files/m-p/1358760#M2886</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry! Since you aliased&amp;nbsp; @2, it make sense to use the new name in Unqualified:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px; background-color: #f2f2f2;"&gt;Unqualify Value;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Jul 2017 12:01:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/Import-Multiple-CSV-Files/m-p/1358760#M2886</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-07-14T12:01:28Z</dc:date>
    </item>
    <item>
      <title>Re: Import Multiple CSV Files?</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Import-Multiple-CSV-Files/m-p/1358761#M2887</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yeah, I'd realised that and tried both the @1 and Timestep references in Unqualified. Sorry, I uploaded the wrong version of the script. Below is what I was actually using.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This gives the same issues as I described in that it won't let me Synchronise Scripted Tables so I cannot see the data in the Data Manager and no longer recognises the timestamp as a date field so I cannot use the Calendar Measures.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SET ThousandSep=',';&lt;BR /&gt;SET DecimalSep='.';&lt;BR /&gt;SET MoneyThousandSep=',';&lt;BR /&gt;SET MoneyDecimalSep='.';&lt;BR /&gt;SET MoneyFormat='£#,##0.00;-£#,##0.00';&lt;BR /&gt;SET TimeFormat='hh:mm:ss';&lt;BR /&gt;SET DateFormat='DD MMMM YYYY';&lt;BR /&gt;SET TimestampFormat='DD MMMM YYYY hh:mm:ss[.fff]';&lt;BR /&gt;SET FirstWeekDay=0;&lt;BR /&gt;SET BrokenWeeks=0;&lt;BR /&gt;SET ReferenceDay=4;&lt;BR /&gt;SET FirstMonthOfYear=1;&lt;BR /&gt;SET CollationLocale='en-GB';&lt;BR /&gt;SET CreateSearchIndexOnReload=1;&lt;BR /&gt;SET MonthNames='Jan;Feb;Mar;Apr;May;Jun;Jul;Aug;Sep;Oct;Nov;Dec';&lt;BR /&gt;SET LongMonthNames='January;February;March;April;May;June;July;August;September;October;November;December';&lt;BR /&gt;SET DayNames='Mon;Tue;Wed;Thu;Fri;Sat;Sun';&lt;BR /&gt;SET LongDayNames='Monday;Tuesday;Wednesday;Thursday;Friday;Saturday;Sunday';&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Qualify *;&lt;BR /&gt;Unqualify Timestep;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; @1 AS Timestep,&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; @2 AS Value&lt;BR /&gt;FROM [lib://RD Test Files/*.csv]&lt;BR /&gt;(txt, codepage is 1252, no labels, delimiter is '\t', msq);&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Jul 2017 12:48:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/Import-Multiple-CSV-Files/m-p/1358761#M2887</guid>
      <dc:creator>johnlloyd45</dc:creator>
      <dc:date>2017-07-14T12:48:35Z</dc:date>
    </item>
    <item>
      <title>Re: Import Multiple CSV Files?</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Import-Multiple-CSV-Files/m-p/1358762#M2888</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try adding a line with Unqualify * after the loading of the csv files to restore the normal way of naming fields so only the tables generated from the csv files get prefixed field names.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;Qualify *;&lt;BR /&gt;Unqualify Timestep;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;LOAD&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; @1 AS Timestep,&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; @2 AS Value&lt;BR /&gt;FROM [lib://RD Test Files/*.csv]&lt;BR /&gt;(txt, codepage is 1252, no labels, delimiter is '\t', msq);&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;&lt;STRONG&gt;Unqualify *;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Jul 2017 08:23:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/Import-Multiple-CSV-Files/m-p/1358762#M2888</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2017-07-17T08:23:34Z</dc:date>
    </item>
  </channel>
</rss>

