Home > database >  Azure Data Factory - Copy list of files to flat directory and preserve filename
Azure Data Factory - Copy list of files to flat directory and preserve filename

Time:10-08

This is sort of following on from this question asked: source

dataflowparam

in a derived column, im using this expression to get just the filename

replace(replace(filaname,'/Input/','/DesiredOutputFolder/'),'/Output/','/DesiredOutputFolder/')

under Sink Setting tab,

sink

once i run, i will have the files moved to a single folder

My Input container looks like InputFolder My Output folder looks like Aftercopy

  • Related