<?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 can i reload data only select product in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/How-can-i-reload-data-only-select-product/m-p/1510020#M40101</link>
    <description>&lt;P&gt;Maybe use "Partial Reload".&lt;BR /&gt;This command executes only Load and Select (SQL) statements preceded by a Replace or Add prefix. Other data tables remain unaffected by the command.&lt;/P&gt;&lt;P&gt;hope this helps&lt;/P&gt;</description>
    <pubDate>Tue, 20 Nov 2018 20:29:48 GMT</pubDate>
    <dc:creator>Frank_Hartmann</dc:creator>
    <dc:date>2018-11-20T20:29:48Z</dc:date>
    <item>
      <title>How can i reload data only select product</title>
      <link>https://community.qlik.com/t5/App-Development/How-can-i-reload-data-only-select-product/m-p/1506833#M40097</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Every month I received CSV file ( Large data or crore togther number of line items), when i was reload the data it will take time more than a day ( Very Slow). but i need to reload the data particular product.&lt;/P&gt;&lt;P&gt;If any option is there please suggest me,&lt;/P&gt;</description>
      <pubDate>Thu, 15 Nov 2018 06:23:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-can-i-reload-data-only-select-product/m-p/1506833#M40097</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-11-15T06:23:30Z</dc:date>
    </item>
    <item>
      <title>Re: How can i reload data only select product</title>
      <link>https://community.qlik.com/t5/App-Development/How-can-i-reload-data-only-select-product/m-p/1506856#M40098</link>
      <description>&lt;P&gt;Even if it is a few tens of millions of rows you must have many columns in the CSV-file if it takes more than a day to load.&lt;/P&gt;&lt;P&gt;If you can't do anything to optimize you Qlik load script you might have to use any of these:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;STRONG&gt;PowerShell&lt;/STRONG&gt; script to read and filter the CSV to get a smaller CSV with the relevant rows:&lt;UL&gt;&lt;LI&gt;&lt;A href="https://stackoverflow.com/questions/16028787/powershell-filter-csv" target="_blank"&gt;https://stackoverflow.com/questions/16028787/powershell-filter-csv&lt;/A&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;LI&gt;&lt;STRONG&gt;Python&lt;/STRONG&gt; script to do the same as above&lt;UL&gt;&lt;LI&gt;&lt;A href="https://softwarerecs.stackexchange.com/questions/7463/fastest-python-library-to-read-a-csv-file" target="_blank"&gt;https://softwarerecs.stackexchange.com/questions/7463/fastest-python-library-to-read-a-csv-file&lt;/A&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;LI&gt;&lt;STRONG&gt;GAwk&lt;/STRONG&gt; (awk): specialized text processing tool/language that is included in the Linux subsystem that can be installed on latest Windows versions.&lt;/LI&gt;&lt;LI&gt;&lt;STRONG&gt;csvkit&lt;/STRONG&gt;: A ready made command line toolkit for CSV (written in Python):&lt;UL&gt;&lt;LI&gt;&lt;A href="https://csvkit.readthedocs.io/en/1.0.3/index.html#" target="_blank"&gt;https://csvkit.readthedocs.io/en/1.0.3/index.html#&lt;/A&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;LI&gt;&lt;STRONG&gt;gocsv&lt;/STRONG&gt;: - " - (written in Go) claims to be faster and use less memory than csvkit:&lt;UL&gt;&lt;LI&gt;&lt;A href="https://github.com/DataFoxCo/gocsv" target="_blank"&gt;https://github.com/DataFoxCo/gocsv&lt;/A&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;LI&gt;&lt;STRONG&gt;xsv&lt;/STRONG&gt;: - "- (written in Rust):&lt;UL&gt;&lt;LI&gt;&lt;A href="https://github.com/BurntSushi/xsv" target="_blank"&gt;https://github.com/BurntSushi/xsv&lt;/A&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;/UL&gt;</description>
      <pubDate>Thu, 15 Nov 2018 07:07:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-can-i-reload-data-only-select-product/m-p/1506856#M40098</guid>
      <dc:creator>petter</dc:creator>
      <dc:date>2018-11-15T07:07:20Z</dc:date>
    </item>
    <item>
      <title>Re: How can i reload data only select product</title>
      <link>https://community.qlik.com/t5/App-Development/How-can-i-reload-data-only-select-product/m-p/1509968#M40100</link>
      <description>i have an issue like that</description>
      <pubDate>Tue, 20 Nov 2018 18:25:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-can-i-reload-data-only-select-product/m-p/1509968#M40100</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-11-20T18:25:55Z</dc:date>
    </item>
    <item>
      <title>Re: How can i reload data only select product</title>
      <link>https://community.qlik.com/t5/App-Development/How-can-i-reload-data-only-select-product/m-p/1510020#M40101</link>
      <description>&lt;P&gt;Maybe use "Partial Reload".&lt;BR /&gt;This command executes only Load and Select (SQL) statements preceded by a Replace or Add prefix. Other data tables remain unaffected by the command.&lt;/P&gt;&lt;P&gt;hope this helps&lt;/P&gt;</description>
      <pubDate>Tue, 20 Nov 2018 20:29:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-can-i-reload-data-only-select-product/m-p/1510020#M40101</guid>
      <dc:creator>Frank_Hartmann</dc:creator>
      <dc:date>2018-11-20T20:29:48Z</dc:date>
    </item>
    <item>
      <title>Re: How can i reload data only select product</title>
      <link>https://community.qlik.com/t5/App-Development/How-can-i-reload-data-only-select-product/m-p/1525672#M40102</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;To reload data for specific products use where condition on table while loading data.&lt;/P&gt;&lt;P&gt;for example:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Load&amp;nbsp;&lt;/P&gt;&lt;P&gt;.....,&lt;/P&gt;&lt;P&gt;....,&lt;/P&gt;&lt;P&gt;From table&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Where Match(Product&lt;/SPAN&gt;&lt;SPAN&gt;,'abc','xyz','klm');&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 03 Jan 2019 06:43:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-can-i-reload-data-only-select-product/m-p/1525672#M40102</guid>
      <dc:creator>nikhil_deokar</dc:creator>
      <dc:date>2019-01-03T06:43:36Z</dc:date>
    </item>
  </channel>
</rss>

