<?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: How to join multiple csv files in load? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-join-multiple-csv-files-in-load/m-p/1161138#M632907</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;when you read a multiple csv files and they have a key and the name os fiels are the same your join are do automaticaly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you now how read a files?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;example below&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;table:&lt;/P&gt;&lt;P&gt; LOAD fild1, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; keytablea as key&lt;/P&gt;&lt;P&gt;&amp;nbsp; &lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;&lt;C&gt;&lt;/C&gt;&lt;/P&gt;&lt;P&gt;(ooxml, embedded labels, table is [Plano de Horas]);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Left Join(table)&lt;/P&gt;&lt;P&gt;temp:&lt;/P&gt;&lt;P&gt;LOAD fild2, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; keytableb as key&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;&lt;C&gt;&lt;/C&gt;&lt;/P&gt;&lt;P&gt;(ooxml, embedded labels, table is Cronograma);&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 15 Jul 2016 00:33:49 GMT</pubDate>
    <dc:creator />
    <dc:date>2016-07-15T00:33:49Z</dc:date>
    <item>
      <title>How to join multiple csv files in load?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-join-multiple-csv-files-in-load/m-p/1161137#M632906</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please help.&lt;/P&gt;&lt;P&gt;I have problem, I need to success join by key multiple csv files (three and more)?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Jul 2016 16:40:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-join-multiple-csv-files-in-load/m-p/1161137#M632906</guid>
      <dc:creator />
      <dc:date>2016-07-14T16:40:47Z</dc:date>
    </item>
    <item>
      <title>Re: How to join multiple csv files in load?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-join-multiple-csv-files-in-load/m-p/1161138#M632907</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;when you read a multiple csv files and they have a key and the name os fiels are the same your join are do automaticaly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you now how read a files?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;example below&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;table:&lt;/P&gt;&lt;P&gt; LOAD fild1, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; keytablea as key&lt;/P&gt;&lt;P&gt;&amp;nbsp; &lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;&lt;C&gt;&lt;/C&gt;&lt;/P&gt;&lt;P&gt;(ooxml, embedded labels, table is [Plano de Horas]);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Left Join(table)&lt;/P&gt;&lt;P&gt;temp:&lt;/P&gt;&lt;P&gt;LOAD fild2, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; keytableb as key&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;&lt;C&gt;&lt;/C&gt;&lt;/P&gt;&lt;P&gt;(ooxml, embedded labels, table is Cronograma);&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Jul 2016 00:33:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-join-multiple-csv-files-in-load/m-p/1161138#M632907</guid>
      <dc:creator />
      <dc:date>2016-07-15T00:33:49Z</dc:date>
    </item>
    <item>
      <title>Re: How to join multiple csv files in load?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-join-multiple-csv-files-in-load/m-p/1161139#M632908</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;if they are of the same structure, do a wildcard load.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;load *&lt;/P&gt;&lt;P&gt;from&lt;/P&gt;&lt;P&gt;[../abc/cde*.txt];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;They will be concatenated automatically.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Jul 2016 00:46:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-join-multiple-csv-files-in-load/m-p/1161139#M632908</guid>
      <dc:creator />
      <dc:date>2016-07-15T00:46:36Z</dc:date>
    </item>
    <item>
      <title>Re: How to join multiple csv files in load?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-join-multiple-csv-files-in-load/m-p/1161140#M632909</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Tnx, work &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Jul 2016 07:12:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-join-multiple-csv-files-in-load/m-p/1161140#M632909</guid>
      <dc:creator />
      <dc:date>2016-07-15T07:12:20Z</dc:date>
    </item>
    <item>
      <title>Re: How to join multiple csv files in load?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-join-multiple-csv-files-in-load/m-p/1161141#M632910</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If your question is now answered, please flag the Correct Answer (via the big "Correct Answer" button near every post) and Helpful Answers (found under the Actions menu under every post).&lt;/P&gt;&lt;P&gt;If not, please make clear what part of this topic you still need help with &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Jul 2016 07:32:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-join-multiple-csv-files-in-load/m-p/1161141#M632910</guid>
      <dc:creator>oknotsen</dc:creator>
      <dc:date>2016-07-15T07:32:09Z</dc:date>
    </item>
  </channel>
</rss>

