<?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 Load from multiple csv files using wildcard from SFTP data connection in SaaS in Move to Qlik Cloud Analytics</title>
    <link>https://community.qlik.com/t5/Move-to-Qlik-Cloud-Analytics/Load-from-multiple-csv-files-using-wildcard-from-SFTP-data/m-p/2453152#M1609</link>
    <description>&lt;P&gt;I have created a SFTP data connection in Qlik Sense SaaS and I am able to load data from a single file present in the SFTP folder.&lt;/P&gt;
&lt;P&gt;Now, I want to load the data from all the .csv files present on the FTP path using wildcard but when I do that I get an error: "Connector error: Not found"&lt;/P&gt;
&lt;P&gt;Here is the code snippet:&lt;/P&gt;
&lt;P&gt;===========================================================&lt;/P&gt;
&lt;P&gt;SET vIndex = 1;&lt;/P&gt;
&lt;P&gt;FOR EACH file in FileList('Lib://:SFTP_connection/ToClient/Test-QlikSaaS/*.csv');&lt;/P&gt;
&lt;P&gt;IF vIndex = 1 THEN&lt;/P&gt;
&lt;P&gt;Data:&lt;BR /&gt;LOAD&lt;BR /&gt;*&lt;BR /&gt;FROM $(file) (txt);&lt;/P&gt;
&lt;P&gt;ELSE&lt;/P&gt;
&lt;P&gt;Concatenate(Data)&lt;BR /&gt;Load * &lt;BR /&gt;From $(file) (txt);&lt;BR /&gt;ENDIF&lt;/P&gt;
&lt;P&gt;LET vIndex = vIndex + 1;&lt;/P&gt;
&lt;P&gt;Next&lt;/P&gt;
&lt;P&gt;=============================================&lt;/P&gt;
&lt;P&gt;Any suggestions?&lt;/P&gt;</description>
    <pubDate>Tue, 27 Jan 2026 10:45:26 GMT</pubDate>
    <dc:creator>Congrid</dc:creator>
    <dc:date>2026-01-27T10:45:26Z</dc:date>
    <item>
      <title>Load from multiple csv files using wildcard from SFTP data connection in SaaS</title>
      <link>https://community.qlik.com/t5/Move-to-Qlik-Cloud-Analytics/Load-from-multiple-csv-files-using-wildcard-from-SFTP-data/m-p/2453152#M1609</link>
      <description>&lt;P&gt;I have created a SFTP data connection in Qlik Sense SaaS and I am able to load data from a single file present in the SFTP folder.&lt;/P&gt;
&lt;P&gt;Now, I want to load the data from all the .csv files present on the FTP path using wildcard but when I do that I get an error: "Connector error: Not found"&lt;/P&gt;
&lt;P&gt;Here is the code snippet:&lt;/P&gt;
&lt;P&gt;===========================================================&lt;/P&gt;
&lt;P&gt;SET vIndex = 1;&lt;/P&gt;
&lt;P&gt;FOR EACH file in FileList('Lib://:SFTP_connection/ToClient/Test-QlikSaaS/*.csv');&lt;/P&gt;
&lt;P&gt;IF vIndex = 1 THEN&lt;/P&gt;
&lt;P&gt;Data:&lt;BR /&gt;LOAD&lt;BR /&gt;*&lt;BR /&gt;FROM $(file) (txt);&lt;/P&gt;
&lt;P&gt;ELSE&lt;/P&gt;
&lt;P&gt;Concatenate(Data)&lt;BR /&gt;Load * &lt;BR /&gt;From $(file) (txt);&lt;BR /&gt;ENDIF&lt;/P&gt;
&lt;P&gt;LET vIndex = vIndex + 1;&lt;/P&gt;
&lt;P&gt;Next&lt;/P&gt;
&lt;P&gt;=============================================&lt;/P&gt;
&lt;P&gt;Any suggestions?&lt;/P&gt;</description>
      <pubDate>Tue, 27 Jan 2026 10:45:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Move-to-Qlik-Cloud-Analytics/Load-from-multiple-csv-files-using-wildcard-from-SFTP-data/m-p/2453152#M1609</guid>
      <dc:creator>Congrid</dc:creator>
      <dc:date>2026-01-27T10:45:26Z</dc:date>
    </item>
    <item>
      <title>Re: Load from multiple csv files using wildcard from SFTP data connection in SaaS</title>
      <link>https://community.qlik.com/t5/Move-to-Qlik-Cloud-Analytics/Load-from-multiple-csv-files-using-wildcard-from-SFTP-data/m-p/2453642#M1614</link>
      <description>&lt;P&gt;Maybe this is helpful:&amp;nbsp;&lt;A href="https://community.qlik.com/t5/Connectivity-Data-Prep/Native-SFTP-connector-and-FileList/td-p/2453097" target="_blank"&gt;Native SFTP connector and FileList() - Qlik Community - 2453097&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 17 May 2024 12:13:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Move-to-Qlik-Cloud-Analytics/Load-from-multiple-csv-files-using-wildcard-from-SFTP-data/m-p/2453642#M1614</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2024-05-17T12:13:23Z</dc:date>
    </item>
  </channel>
</rss>

