Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to copy all files and folders in specific directory using azure data factory

I have one folder in adls gen2 say it as mysource1 folder .. which has 100's of subfolder s and each subfolder again contains folders and many files ..

How can I copy all of the folders and files in mysource1 using azure data factory ..

like image 437
maddy Avatar asked Sep 16 '25 15:09

maddy


1 Answers

You could use binary as source format. It will help you copy all the folders and files in source to sink.

For example: this is my container test: enter image description here

Source dataset: enter image description here

Sink dataset: enter image description here

Copy active: enter image description here

Output: enter image description here

You can follow my steps.

like image 112
Leon Yue Avatar answered Sep 19 '25 07:09

Leon Yue