Forum Discussion
Help, about setting up data.
Yes, that is exactly what i'm doing.
I have 5-6 csv files in same sharepoint, one as sample file and the rest of them load based on sample file.
So now, if I understood correctly i have to set up parameters for date filters. Which is going to be what? If you can help me?
My data starts from 01-Jan-2023, and in csv files are transactions until 01-Jun-2023. From 1st of June it goes true postgre sql import.
So it's 2 querys one from sharepoint and one from postgre. And I appended that in one query.
Basically I need last 10-15 days to be refreshed when i schedule refresh in the night and the rest remains the same.
I need to set up incremental only on Appened table is that correct?
Thank you
Please see this video for the incremental refresh from files part.
https://www.youtube.com/watch?v=IVMdg16yBKE
Pat