Hey,
The below blog :
should cover the aspect of covering all folders and subfolder
and rather than using getmeta data activity at the end to get size, you can use Copy activity to copy from source to your desired destination
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
We want to copy only xml files from multiple folders and sub folders to single blob. And we need to know name and path of the files are copied.
Folder structures looks something like below.
Folder1/SubFolder2/SubFolder3/abc.xml
Folder4/SubFolder2/ddc.xml
Folder3/SubFolder7/SubFolder6/SubFolder5/zzz.xml
output should look something like below in container
abc.xml
ddc.xml
zzz.xml
The solution which i have tried are as below
Hey,
The below blog :
should cover the aspect of covering all folders and subfolder
and rather than using getmeta data activity at the end to get size, you can use Copy activity to copy from source to your desired destination