Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
I have a csv source file and I need to store it into QVD and apply incremental load as below:
Source.csv file:
- Store and update data into QVD where column3=<value1> (update)
- Store and update into QVD where column3=<value2> and column4=notnull and data is between today + 1 month(update)
- Add to QVD where column3=<value2> and column4= is null and data is between today+1 month(add)
Please guide me on how to proceed. Thanks.