File Transfer between container to another container

Rohit Kulkarni 441 Reputation points
2021-03-17T13:10:42.677+00:00

Hello Team,

I want to transfer the files from One container(Raw-zone) folder to another container(Staging-zone) specific folder only particular folder need to move like

I want to transfer all the files from folder2 from Raw-zone to Container-zone. How to parameterize this.

Raw-zone(Container)

File Path: Table/Group :

Folder1:File1,File2,File3
Folder2:File,File2,File3
Folder3:File,File2,File3

Staging-zone(Container):

File Path: Table/Group :

Folder1:File1,File2,File3
Folder2:File,File2,File3
Folder3:File,File2,File3

Regards
RK

Azure Blob Storage
Azure Blob Storage
An Azure service that stores unstructured data in the cloud as blobs.
2,425 questions
Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
9,515 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Vaibhav Chaudhari 38,576 Reputation points
    2021-03-17T14:02:29.847+00:00
    1. Create four parameters at pipeline level - source container & folder path and same for target
    2. Parameterize datasets and feed above parameters to it
    3. When you run the pipeline, you put the source & target details

    78825-image.png

    ----------

    Please don't forget to Accept Answer and Up-vote if the response helped -- Vaibhav