here is my requirement:
- I have an excel with few columns in it and few rows with data
- I have uploaded this excel in Azure blob storage
- Using ADF I need to read this excel and parse the records in it one by one and perform an action of creating dynamic folders in Azure blob.
- This needs to be done for each and every record present in the excel.
- Each record in the excel has some information that is going to help me create the folders dynamically.
Could someone help me in choosing the right set of activities or data flow in ADF to do this work?
Thanks in advance!
This is my Excel file as a Source.
I have created folders in Blob storage based on Country column. I have selected DataFlow activity.
As shown in below screenshot, Go to Optimize tab of Sink configuration.
Now select
Partition option
asSet Partition
.Partition type
asKey
.And
Unique value per partition
asCountry
column.Now run Pipeline.
Expected Output:-
Inside these folders you will get files with corresponding data.