BraveBoy
BraveBoy

Reputation: 117

Coping files from Azure blob storage to azure data lake store

I am Coping files from Azure blob storage to azure data lake store, I need to pick files from year(folder)\month(folder)\day(txt files are on day bases).I am able to do one file with hadrcoded path but i am not able to pick file per day and process to copy in azure data lake store. Can anyone please help me.

I am using ADF V2 and using UI designer to create my connections,datasets and pipeline my steps are which i is working fine

Please give me answer i am not able to get any help b/c all help is in JSON i am looking how i will define and pass parameters in UI designer.

Thanks

Upvotes: 1

Views: 478

Answers (1)

Fang Liu
Fang Liu

Reputation: 2361

For the partitioned file path part, you could take a look at this post. You could use copy data tool to handle it.

Upvotes: 1

Related Questions