<?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 Loading all log file with ftp in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Loading-all-log-file-with-ftp/m-p/233012#M84563</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think this way...but It's be unsuccessful&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE style="overflow-x: scroll;"&gt;&lt;PRE style="margin: 0px;"&gt;&lt;BR /&gt;for each File in filelist ('ftp://***:***@211.236.4.1/*.log')&lt;BR /&gt; LOAD @1, @2, @3 FROM 'ftp://***:***@211.236.4.1/$(File)'&lt;BR /&gt; (txt, codepage is 949, no labels, delimiter is ',', msq);&lt;BR /&gt;next File&lt;BR /&gt;&lt;/PRE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 08 Feb 2010 02:29:02 GMT</pubDate>
    <dc:creator />
    <dc:date>2010-02-08T02:29:02Z</dc:date>
    <item>
      <title>Loading all log file with ftp</title>
      <link>https://community.qlik.com/t5/QlikView/Loading-all-log-file-with-ftp/m-p/233011#M84562</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all&lt;/P&gt;&lt;P&gt;Our customer had Unix System&lt;/P&gt;&lt;P&gt;There are some log files and we need all&lt;/P&gt;&lt;P&gt;Unfortunately, generated unknown file name.&lt;/P&gt;&lt;P&gt;Everybody known as follwing ...How to load all files with ftp&lt;/P&gt;&lt;P&gt;Anybody a suggestion?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE ___default_attr="plain" class="jive_text_macro jive_macro_code" jivemacro="code"&gt;&lt;BR /&gt;// example 1 - list all log related files on disk&lt;BR /&gt;EXT = 'log'&lt;BR /&gt;sub DoDir (Root)&lt;BR /&gt; for each File in filelist (Root&amp;amp;'\*.'&amp;amp;EXT)&lt;BR /&gt;LOAD @1, @2, @3 FROM '$(File)'&lt;BR /&gt; (txt, codepage is 949, no labels, delimiter is ',', msq);&lt;BR /&gt;next File&lt;BR /&gt;end sub&lt;BR /&gt;&lt;BR /&gt;call DoDir ('C:\T')&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;// example 2 - load log with ftp&lt;BR /&gt;&lt;BR /&gt; set filename=2010-02-08_1123.log;&lt;BR /&gt; LOAD @1, @2, @3 FROM [ftp://$$$:$$$@11.6.11.2/$(filename)]&lt;BR /&gt; (txt, codepage is 949, no labels, delimiter is ',', msq);&lt;BR /&gt;&lt;BR /&gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Feb 2010 02:18:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Loading-all-log-file-with-ftp/m-p/233011#M84562</guid>
      <dc:creator />
      <dc:date>2010-02-08T02:18:15Z</dc:date>
    </item>
    <item>
      <title>Loading all log file with ftp</title>
      <link>https://community.qlik.com/t5/QlikView/Loading-all-log-file-with-ftp/m-p/233012#M84563</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think this way...but It's be unsuccessful&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE style="overflow-x: scroll;"&gt;&lt;PRE style="margin: 0px;"&gt;&lt;BR /&gt;for each File in filelist ('ftp://***:***@211.236.4.1/*.log')&lt;BR /&gt; LOAD @1, @2, @3 FROM 'ftp://***:***@211.236.4.1/$(File)'&lt;BR /&gt; (txt, codepage is 949, no labels, delimiter is ',', msq);&lt;BR /&gt;next File&lt;BR /&gt;&lt;/PRE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Feb 2010 02:29:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Loading-all-log-file-with-ftp/m-p/233012#M84563</guid>
      <dc:creator />
      <dc:date>2010-02-08T02:29:02Z</dc:date>
    </item>
  </channel>
</rss>

