Sorry if the question seams obvious. I am new to ADF. I have read many forum questions but am still struggling to find an efficient solution.
My storage account has two containers: daily and monthly.
Inside the containers I have the same group of directories: reportA, reportB, reportC,...
Inside each directory for the daily container I have multiple files with daily information =>
daily/reportA has many daily files called 20230101.csv, ..., 20230612.csv
daily/reportB has many daily files called 20230601.csv, ..., 20230612.csv
...
Inside each directory for the monthly container I have a file with monthly information =>
monthly/reportA has many monthly files called 202301.csv, ..., 202306.csv
monthly/reportB has many monthly files called 202301.csv, ..., 202306.csv
...
Every day I generate a new daily file for each report and would like to create monthly files, merging all daily files from a given month. On the daily activity only the current month has to be aggregated.
Sometimes (low frequency) I need to reprocess some of the reports, so new daily reports are extracted for the whole period and multiple monthly files need to be created.
Is ADF capable of performing this task on a simple way.
Thanks a lot for the support.