<?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: Data import from similar tables in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Data-import-from-similar-tables/m-p/1342569#M846780</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Vasily&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks a lot for your feedback,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i use this path:&lt;/P&gt;&lt;P&gt;FROM [lib://Desktop/auftragseingang.txt]&lt;/P&gt;&lt;P&gt;(txt, codepage is 1252, embedded labels, delimiter is ';', msq);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and my table are : auftragseingang1.txt, auftragseingang21.txt, auftragseingang45.txt&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;how can i implement it this path on the base of your solution?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks a lot&lt;/P&gt;&lt;P&gt;beck&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 05 Apr 2017 08:25:46 GMT</pubDate>
    <dc:creator>beck_bakytbek</dc:creator>
    <dc:date>2017-04-05T08:25:46Z</dc:date>
    <item>
      <title>Data import from similar tables</title>
      <link>https://community.qlik.com/t5/QlikView/Data-import-from-similar-tables/m-p/1342567#M846778</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Folks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i have a situation: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;there is a way of successful proceeding of date import from one table: i mean, if i have a few tabs (for instance: excel) with similiar fields within one tables, so i can use this solution:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For Each Sheetname in 'Jan', 'Feb', 'Mrz'&lt;/P&gt;&lt;P&gt;load&lt;/P&gt;&lt;P&gt;Country,&lt;/P&gt;&lt;P&gt;Turnover,&lt;/P&gt;&lt;P&gt;Expenses&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;From: \\....(ooxml, embedded labels, table is $(Sheetname));&lt;/P&gt;&lt;P&gt;Next;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;it does work great&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My Question is:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;i have 3 Tables with different names(Turnover2015.txt, Turnover2016.txt, Turnover2015.txt&lt;/STRONG&gt;) but with similar fields within each table.&lt;/P&gt;&lt;P&gt;I know i can concatenate them in script-area, but i want to know, whether i can use above solution for this issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can i use above solution to solve this issue? if yes, how can i implement it?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks a lot&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;beck&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/Data-import-from-similar-tables/m-p/1342567#M846778</guid>
      <dc:creator>beck_bakytbek</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Data import from similar tables</title>
      <link>https://community.qlik.com/t5/QlikView/Data-import-from-similar-tables/m-p/1342568#M846779</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Beck, it seems &lt;STRONG&gt;you quite can&lt;/STRONG&gt; use previously mentioned solution. If automatic concatenation doesn't work due to differences in tables structure then you may use forced concatenation with Concatenate ({tablename}) prefix before load.&lt;/P&gt;&lt;P&gt;For example:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;/* template table */&lt;/P&gt;&lt;P&gt;[Data]:&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Null() as [tmp.field]&lt;/P&gt;&lt;P&gt;AutoGenerate (0)&lt;/P&gt;&lt;P&gt;;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;FOR Each vFileName in '&lt;SPAN style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;Turnover2015.txt&lt;/STRONG&gt;&lt;/SPAN&gt;', '&lt;SPAN style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;Turnover2016.txt&lt;/STRONG&gt;&lt;/SPAN&gt;'&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;Concatenate (&lt;SPAN style="font-size: 13.3333px;"&gt;[Data]&lt;/SPAN&gt;)&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;LOAD&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Country,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Turnover,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Expenses&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;From&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; /* common file path and variable file name */&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [\\....\$(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;vFileName&lt;/SPAN&gt;)]&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; /* file parameters, load one with the wizard and paste them here */&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; (txt, delimiter is ',')&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;NEXT&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;DROP Field&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="font-size: 13.3333px;"&gt; [tmp.field]&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Please mark this answer as helpful and you question as answered if it suites you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Apr 2017 08:00:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Data-import-from-similar-tables/m-p/1342568#M846779</guid>
      <dc:creator>v_petrenko</dc:creator>
      <dc:date>2017-04-05T08:00:46Z</dc:date>
    </item>
    <item>
      <title>Re: Data import from similar tables</title>
      <link>https://community.qlik.com/t5/QlikView/Data-import-from-similar-tables/m-p/1342569#M846780</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Vasily&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks a lot for your feedback,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i use this path:&lt;/P&gt;&lt;P&gt;FROM [lib://Desktop/auftragseingang.txt]&lt;/P&gt;&lt;P&gt;(txt, codepage is 1252, embedded labels, delimiter is ';', msq);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and my table are : auftragseingang1.txt, auftragseingang21.txt, auftragseingang45.txt&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;how can i implement it this path on the base of your solution?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks a lot&lt;/P&gt;&lt;P&gt;beck&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Apr 2017 08:25:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Data-import-from-similar-tables/m-p/1342569#M846780</guid>
      <dc:creator>beck_bakytbek</dc:creator>
      <dc:date>2017-04-05T08:25:46Z</dc:date>
    </item>
    <item>
      <title>Re: Data import from similar tables</title>
      <link>https://community.qlik.com/t5/QlikView/Data-import-from-similar-tables/m-p/1342570#M846781</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Vasily,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i implemented this way:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FROM [lib://Desktop/$(vFileName)]&lt;/P&gt;&lt;P&gt;(txt, codepage is 1252, embedded labels, delimiter is ';', msq);&lt;/P&gt;&lt;P&gt;NEXT&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DROP Field&lt;/P&gt;&lt;P&gt;[tmp.field]&lt;/P&gt;&lt;P&gt;;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and it does work, please can you confirm, that this way of proceeding is ok.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks a lot (Spasibo bolshoe saranee)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;beck&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Apr 2017 08:46:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Data-import-from-similar-tables/m-p/1342570#M846781</guid>
      <dc:creator>beck_bakytbek</dc:creator>
      <dc:date>2017-04-05T08:46:28Z</dc:date>
    </item>
    <item>
      <title>Re: Data import from similar tables</title>
      <link>https://community.qlik.com/t5/QlikView/Data-import-from-similar-tables/m-p/1342571#M846782</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Well, if the script runs without errors and you can see all your data than ot works. Your code looks correctly.&lt;/P&gt;&lt;P&gt;Pojaluysta ))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Apr 2017 15:18:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Data-import-from-similar-tables/m-p/1342571#M846782</guid>
      <dc:creator>v_petrenko</dc:creator>
      <dc:date>2017-04-05T15:18:29Z</dc:date>
    </item>
  </channel>
</rss>

