Hello ,
I have a requirement of copying S3 data to Azure blob.
The folder structure in Amazon S3 is as below.
Year folder📁- Month folder 📁- Day folder📁- Date folder📁 ( Ex: 2018-03-10). So there is data from 2017 to 2021 for almost every day. I should be creating a ADF pipeline which copies the data to Azure based on the below scenarios.
1.loading data between two dates. (Ex - 2018-10-10 to 2018-12-10).
2 Once the history data is loaded, I should implement a logic for the delta loading. The data comes to S3 daily.
Could some please assist on achieving the above.
Thank you in advance.