Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
i have a script that is scheduled to extract my stock figures from my database and was wondering if it's possible to report only on skus that there has been some changes, as would like to do this more frequent?
Need more information on what exactly you are looking for? Some sample with expected output.
You want to reload only the SKU's has change in the data?
If i get your question correct, You need to implement Incremental load to achieve this.
That is correct but have no idea how to do an incremental reload
Sent from my iPhone
You need a date field which shows the last updated date to implement the incremental load.
Read the below thread to know more.
share a sample data set if possible