<?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: FTP into Qlikview in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/FTP-into-Qlikview/m-p/1410841#M806437</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The FTP protocol does not support FileList() or wild card loads. This is an FTP limitation, not a Qlik thing.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can extract a directory listing from the FTP site (eg to a text file) and then load and loop over the directory listing to load the files.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 23 Oct 2017 04:55:31 GMT</pubDate>
    <dc:creator>jonathandienst</dc:creator>
    <dc:date>2017-10-23T04:55:31Z</dc:date>
    <item>
      <title>FTP into Qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/FTP-into-Qlikview/m-p/1410838#M806434</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have text files in the FTP link.I have loaded file by enable use FTP function.My files are&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) plant1_10_9_2017_fifo.txt&lt;/P&gt;&lt;P&gt;2) plant 2_23_10_2017_age.txt. vice versa.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;we have 10 plants and&amp;nbsp; multi programs.The date is based on the transcation.How can i get plant and dates from this file.* function is not working in ftp.please give some other ideas.Its very urgent.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/FTP-into-Qlikview/m-p/1410838#M806434</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: FTP into Qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/FTP-into-Qlikview/m-p/1410839#M806435</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Could you please post the script where you tried..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And, I'd that files are stored as uncompressed? Because, using FTP connection May be zip files won't work&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Oct 2017 04:26:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/FTP-into-Qlikview/m-p/1410839#M806435</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2017-10-23T04:26:07Z</dc:date>
    </item>
    <item>
      <title>Re: FTP into Qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/FTP-into-Qlikview/m-p/1410840#M806436</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;My script is,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LET vDt = chr(39)&amp;amp; date(today(1),'DD_MM_YYYY') &amp;amp; chr(39);&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;SET Errormode =0;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;For each i in 'plant1','plant3','SOU4_p1','SOU2_p1','SOU1_p1',,'plant5'&lt;/P&gt;&lt;P&gt;For each j in $(vDt)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Age:&lt;/P&gt;&lt;P&gt;Load *,&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;[&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="ftp://quser:Ql%21cK@90.180.1.7/textfile/$(i)_$(j)_AGE_.txt" rel="nofollow" target="_blank"&gt;ftp://quser:Ql%21cK@90.180.1.7/textfile/$(i)_$(j)_AGE_.txt&lt;/A&gt;&lt;SPAN&gt;]&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;(txt,codepage is 1252, no labels, delimiter is ';', msq);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Next j&lt;/P&gt;&lt;P&gt;Next i&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The loop is not working.Also i am confused about the date .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Oct 2017 04:32:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/FTP-into-Qlikview/m-p/1410840#M806436</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-10-23T04:32:11Z</dc:date>
    </item>
    <item>
      <title>Re: FTP into Qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/FTP-into-Qlikview/m-p/1410841#M806437</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The FTP protocol does not support FileList() or wild card loads. This is an FTP limitation, not a Qlik thing.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can extract a directory listing from the FTP site (eg to a text file) and then load and loop over the directory listing to load the files.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Oct 2017 04:55:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/FTP-into-Qlikview/m-p/1410841#M806437</guid>
      <dc:creator>jonathandienst</dc:creator>
      <dc:date>2017-10-23T04:55:31Z</dc:date>
    </item>
    <item>
      <title>Re: FTP into Qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/FTP-into-Qlikview/m-p/1410842#M806438</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear jonathan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I did to view ftp site in fie explorer manually,I am not aware of Extract a directory listing from the FTP site automatically.Could please help me&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, 23 Oct 2017 05:15:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/FTP-into-Qlikview/m-p/1410842#M806438</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-10-23T05:15:37Z</dc:date>
    </item>
    <item>
      <title>Re: FTP into Qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/FTP-into-Qlikview/m-p/1410843#M806439</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You'll need an external&amp;nbsp; batch file to run an FTP client, and send the command 'ls'. I can't remember the details, I last used FTP myself more than 5 years ago.&lt;/P&gt;&lt;P&gt;Google FTP for more information&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Oct 2017 08:19:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/FTP-into-Qlikview/m-p/1410843#M806439</guid>
      <dc:creator>jonathandienst</dc:creator>
      <dc:date>2017-10-23T08:19:35Z</dc:date>
    </item>
    <item>
      <title>Re: FTP into Qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/FTP-into-Qlikview/m-p/1410844#M806440</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;Try this code, using Batch File.,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Save your text files in your location from FTP server, then extract into Qlik.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;**************************************************************&lt;/P&gt;&lt;P&gt;net use &lt;STRONG&gt;\\90.180.1.7\textfile 1234567 &lt;/STRONG&gt;/USER:&lt;STRONG&gt;ABCDEF&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;copy /y "&lt;STRONG&gt;\\90.180.1.7\textfile\*.txt&lt;/STRONG&gt;" &lt;STRONG&gt;"C:\New Folder&lt;/STRONG&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;&lt;P&gt;E.g.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FTP PATH&amp;nbsp; -&amp;nbsp; Location of your files (\\90.180.1.7\textfile)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PASSWORD&amp;nbsp; -&amp;nbsp; Provided Password (1234567)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;USERNAME&amp;nbsp; -&amp;nbsp; Provided Username (ABCDEF)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DESTINATION PATH&amp;nbsp; -&amp;nbsp; C:\New Folder&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Oct 2017 08:20:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/FTP-into-Qlikview/m-p/1410844#M806440</guid>
      <dc:creator>srivastalans</dc:creator>
      <dc:date>2017-10-23T08:20:07Z</dc:date>
    </item>
    <item>
      <title>Re: FTP into Qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/FTP-into-Qlikview/m-p/1410845#M806441</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;An alternative method to Jonathan's suggestion could be to create an FTP script file with commands to transfer every file whose name starts with 'plant' and ends with '.txt' to a local directory.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I just found out that the ftp client on Windows Server 201x supports scripts files. I don't have an ftp server available to test this, but a possible script file would contain:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;open &lt;EM&gt;IPAddress&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;user &lt;EM&gt;Username&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;pwd &lt;EM&gt;Password&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;lcd &lt;EM&gt;LocalDirectoryToReceiveFiles&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;cd &lt;EM&gt;RemoteDirectoryToGetFilesFrom&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;mget plant*.txt&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;quit&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Replace all names in italics with proper values that work for you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Launch a shell command via the script EXECUTE statement and include the script file after as parameter of a &lt;SPAN style="font-family: 'courier new', courier;"&gt;-s:&lt;/SPAN&gt; command line option. Type ftp /? in a Command Prompt window to get more information about options.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Oct 2017 09:49:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/FTP-into-Qlikview/m-p/1410845#M806441</guid>
      <dc:creator>Peter_Cammaert</dc:creator>
      <dc:date>2017-10-23T09:49:37Z</dc:date>
    </item>
  </channel>
</rss>

