Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
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.
If any option is there please suggest me,
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.
If you can't do anything to optimize you Qlik load script you might have to use any of these:
Maybe use "Partial Reload".
This command executes only Load and Select (SQL) statements preceded by a Replace or Add prefix. Other data tables remain unaffected by the command.
hope this helps
Hi,
To reload data for specific products use where condition on table while loading data.
for example:
Load
.....,
....,
From table
Where Match(Product,'abc','xyz','klm');