<?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 multiple csv files issue in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/loading-multiple-csv-files-issue/m-p/1930045#M76588</link>
    <description>&lt;P&gt;we do a lot of guess work here.&amp;nbsp; maybe check the full result f this:&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;$(vL.DirectoryPath)*.csv&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;thats my only suggestion&lt;/P&gt;</description>
    <pubDate>Thu, 12 May 2022 20:14:57 GMT</pubDate>
    <dc:creator>edwin</dc:creator>
    <dc:date>2022-05-12T20:14:57Z</dc:date>
    <item>
      <title>loading multiple csv files issue</title>
      <link>https://community.qlik.com/t5/App-Development/loading-multiple-csv-files-issue/m-p/1929914#M76564</link>
      <description>&lt;P&gt;Hello i do the following statement,&lt;/P&gt;
&lt;P&gt;for each vs_file in FileList('$(vL.DirectoryPath)*.csv')&lt;BR /&gt;Temp_Table:&lt;BR /&gt;LOAD&lt;BR /&gt;*&lt;BR /&gt;FROM [$(vs_file)]&lt;BR /&gt;(txt, utf8, embedded labels, delimiter is ',', msq, header is 11 lines);&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;next vs_file&lt;/P&gt;
&lt;P&gt;I have a script error saying that the file has not been found.&lt;/P&gt;
&lt;P&gt;anyone can help ?&lt;/P&gt;
&lt;P&gt;Thanks&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 12 May 2022 15:14:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/loading-multiple-csv-files-issue/m-p/1929914#M76564</guid>
      <dc:creator>random_user_3869</dc:creator>
      <dc:date>2022-05-12T15:14:45Z</dc:date>
    </item>
    <item>
      <title>Re: loading multiple csv files issue</title>
      <link>https://community.qlik.com/t5/App-Development/loading-multiple-csv-files-issue/m-p/1929917#M76565</link>
      <description>&lt;P&gt;you should use the convention for the folder data connector.&amp;nbsp; what i do is use the folder connector, add a script for just one of the CSV files so you can see the syntax for the data connection.&amp;nbsp; replace the folder name inside the data connection.&lt;/P&gt;
&lt;P&gt;then use that convention in your for each code&lt;/P&gt;</description>
      <pubDate>Thu, 12 May 2022 15:19:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/loading-multiple-csv-files-issue/m-p/1929917#M76565</guid>
      <dc:creator>edwin</dc:creator>
      <dc:date>2022-05-12T15:19:49Z</dc:date>
    </item>
    <item>
      <title>Re: loading multiple csv files issue</title>
      <link>https://community.qlik.com/t5/App-Development/loading-multiple-csv-files-issue/m-p/1929925#M76568</link>
      <description>&lt;P&gt;I don't understand what you mean by "use the convention for the folder data connector".&lt;/P&gt;
&lt;P&gt;the&amp;nbsp;&lt;SPAN&gt;vL.DirectoryPath&amp;nbsp; = 'lib:.....' so the path i previously use without the variabel to get to the folder.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Sorry my english is not à 100% efficient.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Thank you for your feedback&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 12 May 2022 15:31:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/loading-multiple-csv-files-issue/m-p/1929925#M76568</guid>
      <dc:creator>random_user_3869</dc:creator>
      <dc:date>2022-05-12T15:31:22Z</dc:date>
    </item>
    <item>
      <title>Re: loading multiple csv files issue</title>
      <link>https://community.qlik.com/t5/App-Development/loading-multiple-csv-files-issue/m-p/1930045#M76588</link>
      <description>&lt;P&gt;we do a lot of guess work here.&amp;nbsp; maybe check the full result f this:&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;$(vL.DirectoryPath)*.csv&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;thats my only suggestion&lt;/P&gt;</description>
      <pubDate>Thu, 12 May 2022 20:14:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/loading-multiple-csv-files-issue/m-p/1930045#M76588</guid>
      <dc:creator>edwin</dc:creator>
      <dc:date>2022-05-12T20:14:57Z</dc:date>
    </item>
    <item>
      <title>Re: loading multiple csv files issue</title>
      <link>https://community.qlik.com/t5/App-Development/loading-multiple-csv-files-issue/m-p/1930047#M76589</link>
      <description>&lt;P&gt;also per may prior suggestion using the wizrd, add one of the CSV file in your script and then compare with the result of your expression:&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;$(vL.DirectoryPath)*.csv&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 12 May 2022 20:19:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/loading-multiple-csv-files-issue/m-p/1930047#M76589</guid>
      <dc:creator>edwin</dc:creator>
      <dc:date>2022-05-12T20:19:10Z</dc:date>
    </item>
    <item>
      <title>Re: loading multiple csv files issue</title>
      <link>https://community.qlik.com/t5/App-Development/loading-multiple-csv-files-issue/m-p/1930048#M76590</link>
      <description>&lt;P&gt;perhaps you are missing a slash or backslash&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 12 May 2022 20:19:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/loading-multiple-csv-files-issue/m-p/1930048#M76590</guid>
      <dc:creator>edwin</dc:creator>
      <dc:date>2022-05-12T20:19:46Z</dc:date>
    </item>
    <item>
      <title>Re: loading multiple csv files issue</title>
      <link>https://community.qlik.com/t5/App-Development/loading-multiple-csv-files-issue/m-p/1930240#M76611</link>
      <description>&lt;P&gt;please post a screenshot of the message&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 13 May 2022 08:37:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/loading-multiple-csv-files-issue/m-p/1930240#M76611</guid>
      <dc:creator>vinieme12</dc:creator>
      <dc:date>2022-05-13T08:37:14Z</dc:date>
    </item>
    <item>
      <title>Re: loading multiple csv files issue</title>
      <link>https://community.qlik.com/t5/App-Development/loading-multiple-csv-files-issue/m-p/1930245#M76614</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The message is in french&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="lessassy_3869_0-1652431520482.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/79338i82F0144E5C8B7143/image-size/medium?v=v2&amp;amp;px=400" role="button" title="lessassy_3869_0-1652431520482.png" alt="lessassy_3869_0-1652431520482.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;basically it says that the file is not found.&lt;/P&gt;
&lt;P&gt;it's like it doesnt't recognize the '*' caracter.&lt;/P&gt;
&lt;P&gt;To add more information&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;at the end of my loop i have the following&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;FROM [$(vs_file)]&lt;BR /&gt;&lt;STRONG&gt;(txt, utf8, embedded labels, delimiter is ',', msq, header is 11 lines);&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;next vs_file&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you&lt;/P&gt;</description>
      <pubDate>Fri, 13 May 2022 08:46:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/loading-multiple-csv-files-issue/m-p/1930245#M76614</guid>
      <dc:creator>random_user_3869</dc:creator>
      <dc:date>2022-05-13T08:46:45Z</dc:date>
    </item>
    <item>
      <title>Re: loading multiple csv files issue</title>
      <link>https://community.qlik.com/t5/App-Development/loading-multiple-csv-files-issue/m-p/1930251#M76615</link>
      <description>&lt;P&gt;if you just want to load all csv files in a folder you don't need to loop thru each of them&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Temp_Table&lt;/SPAN&gt;:&lt;/P&gt;
&lt;P&gt;Load *&lt;/P&gt;
&lt;P&gt;From&amp;nbsp;&lt;SPAN&gt;'$(vL.DirectoryPath)'&amp;amp;'*.csv'&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;(txt, utf8, embedded labels, delimiter is ',', msq, header is 11 lines);&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 13 May 2022 08:58:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/loading-multiple-csv-files-issue/m-p/1930251#M76615</guid>
      <dc:creator>vinieme12</dc:creator>
      <dc:date>2022-05-13T08:58:30Z</dc:date>
    </item>
    <item>
      <title>Re: loading multiple csv files issue</title>
      <link>https://community.qlik.com/t5/App-Development/loading-multiple-csv-files-issue/m-p/1933692#M76910</link>
      <description>&lt;P&gt;Hello everyone,&lt;/P&gt;
&lt;P&gt;sorry i forgot to say that i load the file from a document in a sharepoint folder (connection is working fine)&lt;/P&gt;
&lt;P&gt;and i'm using qlik saas:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;so basically when i do that it works:&lt;/P&gt;
&lt;P&gt;LOAD&lt;BR /&gt;Attended,&lt;BR /&gt;"User Name (Original Name)",&lt;BR /&gt;"First Name",&lt;BR /&gt;"Last Name",&lt;BR /&gt;Email,&lt;BR /&gt;"Country/Region",&lt;BR /&gt;Organization,&lt;BR /&gt;"Registration Time",&lt;BR /&gt;"Approval Status",&lt;BR /&gt;"Join Time",&lt;BR /&gt;"Leave Time",&lt;BR /&gt;"Time in Session (minutes)",&lt;BR /&gt;"Type of organisation",&lt;BR /&gt;"Which maritime sector are you most interested in?",&lt;BR /&gt;Other?,&lt;BR /&gt;"Country/Region Name",&lt;BR /&gt;"Source Name"&lt;BR /&gt;FROM [lib://CMEMS Marketing - Développement:COMPANY SHAREPOINT/Documents partages/qlik/MODataConnexions/cmems/accounting/EventFiles/Zoom-MarineData4Europa_Workshop2-08122019.csv]&lt;BR /&gt;(txt, utf8, embedded labels, delimiter is ',', msq, header is 11 lines);&lt;/P&gt;
&lt;P&gt;but when i do this&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;LOAD&lt;BR /&gt;*&lt;BR /&gt;FROM [lib://CMEMS Marketing - Développement:COMPANY SHAREPOINT/Documents partages/qlik/MODataConnexions/cmems/accounting/EventFiles/Zoom-MarineData4Europa_*.csv]&lt;BR /&gt;(txt, utf8, embedded labels, delimiter is ',', msq, header is 11 lines);&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;it doesn't work anymore.&lt;/P&gt;
&lt;P&gt;Is '*' caracter not working iin qlik saas anymore ?&lt;/P&gt;
&lt;P&gt;thanks&lt;/P&gt;</description>
      <pubDate>Fri, 20 May 2022 15:01:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/loading-multiple-csv-files-issue/m-p/1933692#M76910</guid>
      <dc:creator>random_user_3869</dc:creator>
      <dc:date>2022-05-20T15:01:51Z</dc:date>
    </item>
    <item>
      <title>Re: loading multiple csv files issue</title>
      <link>https://community.qlik.com/t5/App-Development/loading-multiple-csv-files-issue/m-p/2430236#M96510</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I have the same problem.&lt;/P&gt;
&lt;P&gt;Did you find the solution to this issue?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Wed, 13 Mar 2024 09:50:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/loading-multiple-csv-files-issue/m-p/2430236#M96510</guid>
      <dc:creator>Adinaa</dc:creator>
      <dc:date>2024-03-13T09:50:49Z</dc:date>
    </item>
    <item>
      <title>Re: loading multiple csv files issue</title>
      <link>https://community.qlik.com/t5/App-Development/loading-multiple-csv-files-issue/m-p/2430238#M96511</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/154201"&gt;@Adinaa&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;Do your csv files have the same structure (same field, column, headers at the same row level) ?&lt;/P&gt;
&lt;P&gt;I think that the error regarding my issue was&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;FROM [$(vs_file)]&lt;/SPAN&gt;&lt;BR /&gt;&lt;STRONG&gt;(txt, utf8, embedded labels, delimiter is ',', msq, header is 11 lines);&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;The header for the csv files were not the same and as a consequence the statement could not work.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 13 Mar 2024 10:01:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/loading-multiple-csv-files-issue/m-p/2430238#M96511</guid>
      <dc:creator>random_user_3869</dc:creator>
      <dc:date>2024-03-13T10:01:56Z</dc:date>
    </item>
  </channel>
</rss>

