33. ForEach Activity in Azure Data Factory

preview_player
Показать описание
In this video, I discussed about ForEach Activity in Azure Data Factory

Link for Azure Functions Play list:

Link for Azure Basics Play list:

Link for Azure Data factory Play list:

#Azure #ADF #AzureDataFactory
Рекомендации по теме
Комментарии
Автор

Hi Maheer, a small correction at 6:10 timeStamp
You have passed the list of 3 strings into an array i.e [ output1, output2, output3 ] as a deafult value
Since they are list of Strings, They should be passed in Inverted Commas as [ "output1", "output2", "output3" ]

Else while validating it will throw warning as "Parameter value should be a valid array
"
Hope this helps for the rest of Learners fom your channel :)

patrickbateman
Автор

Thanks for the video.
one suggestion, Please take one example and run it. this will help us understand what output we are getting.

abhishekhr
Автор

Hi Maheer,
Thank you for creating such a good video but one thing I would like to inform, when you are creating parameter like OutputFolders then value should be within the double quote like ["output1", "output2", "output3"] otherwise it throws a invalid parameter value.

ssudipta
Автор

Why not my engineering lectures were like you..!!
After 5 hours of going through several videos, I finally managed to make sense of "For each" component using your video.
I am able to append today's date to a file which copying from one blob to another.
Zillion thanks.

Small suggestion is that after showing all these, you might have just ran the pipeline to show what happens and through the process you might have debugged the Array quotes issue

shakthimaan
Автор

Thanks a ton Maheer. This is one of the most informative playlist I have viewed in Youtube.

pradeepp
Автор

I like the way you explain .. Very informative and helpful. Thanks a Bunch!!

prasadsai
Автор

Hi Maheer, the way u explaining the concepts understandable.awesome sessions and vr 💯% satisfied, thank you so much

shaikbasha
Автор

In the pipeline parameter, you have given value as [Output1, Output2, Output3], But it should be in double quotes ["Output1", "Output2", "Output3"] I believe. Correct me if I'm wrong

ramanareddygarisha
Автор

do u have any theoritical material what u are teaching

srinivasaraom
Автор

What if I want to more then 10 output do i need to give

RupaL-oe
Автор

Hello, how to transform multiple file in single dataflow under the ForEach?

arishaafini
Автор

can we use this on 'Copy Data Sink' part that output from parameter in pipeline? instead only @item().

RaghbatTV
Автор

where is the array example vanished ? [1, 2, 3, 4, 5, 6, 7] is it exist then can you share the lnumber in the list.

Soumya
Автор

Your class are reaaly usefull! Just keep making!
Thank you a lot!

darkmatter
Автор

How to handle this: Example: file1.xlsx > (sheet 1).json, (sheet2).json
I don’t know how many files are the input folder and I don’t know how many sheets are in each file but the output should be whatever is the sheet name (within the xlsx) with json extn ?

dheerajsachdeva
Автор

I am going through these videos last one week. you are explanation & examples are really very helpful to every one. Thank you @wafastudies

sateeesh
Автор

hi when I did this I got an error message while publish -parameter value should be a valid array, can you help me to sort out?

divyar
Автор

Hello, instead of hardcoding array, is it possible to pass folder values dynamically?

letscodewithvivek
Автор

Many many many thks friend. Great video.

satellitepop
Автор

Hi Maheer firstly big thanks to your great efforts, hope your channel should grow exponentially. Can we try nested for each activity in ADF?

imranimmu