saikoneru1997 / Azure_DataFactory

0 stars 0 forks source link

get latest file from folder #43

Closed saikoneru1997 closed 5 days ago

saikoneru1997 commented 5 days ago

To get latest file from the folder we need to use below activities

  1. Getmetadata
  2. Foreach
  3. getmetadata
  4. if else
  5. copy

Image Image

for each condition

Image

within the for each again getmetadata

Image

if condition

Image

setvariable

Image

whole pipeline

Image