<?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 file with unknown mail in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Loading-file-with-unknown-mail/m-p/234598#M85994</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The only way to use jokers is to create a batch to copy ftp files locally.&lt;/P&gt;&lt;P&gt;Jokers won't work using FTP location directly.&lt;/P&gt;&lt;P&gt;Rgds,&lt;/P&gt;&lt;P&gt;Sébastien&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 06 Nov 2009 22:11:24 GMT</pubDate>
    <dc:creator />
    <dc:date>2009-11-06T22:11:24Z</dc:date>
    <item>
      <title>Loading file with unknown mail</title>
      <link>https://community.qlik.com/t5/QlikView/Loading-file-with-unknown-mail/m-p/234595#M85991</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi:&lt;/P&gt;&lt;P&gt;One of our data suppliers places a daily xml file on an FTP server. Unfortunately, it has every day a different name. I was wondering whether somebody knows how to include a 'joker' in part of the file name? The file names that they place on their server have names along the following examples:&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;CMSIA_20091106130933.xml and CMSRA_20091106130933.xml&lt;/P&gt;&lt;P&gt;The large number is a timestamp. I would like to put a 'joker' instead of the timestamp so all files are fetched accordingly.&lt;/P&gt;&lt;P&gt;The code I am using now looks as following:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;Directory;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;// Start of [CMSRA_20091106130933.xml] LOAD statements&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;RouteUpdate:&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;LOAD&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;CMSRouteArchiveId,&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;CMSRouteId,&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;RouteAverage,&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;ArchiveDate&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;FROM [ftp://ftp.domain.com/CMSRA_20091106130933.xml] (XmlSimple, Table is [RoutesUpdate/RouteUpdate]);&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;// End of [CMSRA_20091106130933.xml] LOAD statements&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;&lt;/P&gt;&lt;P&gt;Anybody a suggestion?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Jochem&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Nov 2009 21:39:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Loading-file-with-unknown-mail/m-p/234595#M85991</guid>
      <dc:creator />
      <dc:date>2009-11-06T21:39:43Z</dc:date>
    </item>
    <item>
      <title>Loading file with unknown mail</title>
      <link>https://community.qlik.com/t5/QlikView/Loading-file-with-unknown-mail/m-p/234596#M85992</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Did you test with:&lt;BR /&gt;&lt;BR /&gt;FROM [ftp://ftp.domain.com/CMSRA_*.xml] (XmlSimple, Table is [RoutesUpdate/RouteUpdate]);&lt;/P&gt;&lt;P&gt;GAG&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Nov 2009 21:55:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Loading-file-with-unknown-mail/m-p/234596#M85992</guid>
      <dc:creator>GabrielAraya</dc:creator>
      <dc:date>2009-11-06T21:55:15Z</dc:date>
    </item>
    <item>
      <title>Loading file with unknown mail</title>
      <link>https://community.qlik.com/t5/QlikView/Loading-file-with-unknown-mail/m-p/234597#M85993</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That is the first thing I was thinking as well. Unfortunately, it resulted in an error message informing me that the object could not be found.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Nov 2009 22:02:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Loading-file-with-unknown-mail/m-p/234597#M85993</guid>
      <dc:creator />
      <dc:date>2009-11-06T22:02:54Z</dc:date>
    </item>
    <item>
      <title>Loading file with unknown mail</title>
      <link>https://community.qlik.com/t5/QlikView/Loading-file-with-unknown-mail/m-p/234598#M85994</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The only way to use jokers is to create a batch to copy ftp files locally.&lt;/P&gt;&lt;P&gt;Jokers won't work using FTP location directly.&lt;/P&gt;&lt;P&gt;Rgds,&lt;/P&gt;&lt;P&gt;Sébastien&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Nov 2009 22:11:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Loading-file-with-unknown-mail/m-p/234598#M85994</guid>
      <dc:creator />
      <dc:date>2009-11-06T22:11:24Z</dc:date>
    </item>
  </channel>
</rss>

