<?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: Code Flexibility in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Code-Flexibility/m-p/424600#M158161</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 03 May 2013 17:07:01 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2013-05-03T17:07:01Z</dc:date>
    <item>
      <title>Code Flexibility</title>
      <link>https://community.qlik.com/t5/QlikView/Code-Flexibility/m-p/424598#M158159</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a script that loads CSV files from a directory like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Load '' as TmpField AutoGenerate 0;&lt;/P&gt;&lt;P&gt;Concatenate Load&lt;/P&gt;&lt;P&gt;Price,&lt;/P&gt;&lt;P&gt;Date,&lt;/P&gt;&lt;P&gt;Retailer,&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;From &lt;A href="https://community.qlik.com/"&gt;\\FilePath\*.CSV&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Drop Field TmpField;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If a new CSV file comes with an additional field that is not present in any of the existing files and I add that in the code above, it fails because that field does not exist in current CSV files.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there a way to have that additioanl field in the script and avoid it from failing?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I know Load * could be an option but I was seeing if there's another alternative.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 May 2013 16:53:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Code-Flexibility/m-p/424598#M158159</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-05-03T16:53:09Z</dc:date>
    </item>
    <item>
      <title>Re: Code Flexibility</title>
      <link>https://community.qlik.com/t5/QlikView/Code-Flexibility/m-p/424599#M158160</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I don't think there's a practical alternative. I'd use load * and if that pulls in some unwanted fields, well those can be dropped afterwards with &lt;EM&gt;drop field x,y, etc;&lt;/EM&gt;.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 May 2013 17:02:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Code-Flexibility/m-p/424599#M158160</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2013-05-03T17:02:23Z</dc:date>
    </item>
    <item>
      <title>Re: Code Flexibility</title>
      <link>https://community.qlik.com/t5/QlikView/Code-Flexibility/m-p/424600#M158161</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 May 2013 17:07:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Code-Flexibility/m-p/424600#M158161</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-05-03T17:07:01Z</dc:date>
    </item>
  </channel>
</rss>

