Reputation: 11
I m trying to process single excel file with multiple sheets in it thru datafactory but I m not sure how to make process all sheets? I have set this field as parameterized in the dataset but not sure how to provide it with the sheet name enter image description here
Upvotes: 1
Views: 445
Reputation: 8690
You can create an array variable filled with your sheet name, then use For Each activity to loop it.
2.Setting of For Each activity
Upvotes: 2