saikoneru1997 / Azure_DataFactory

0 stars 0 forks source link

Validate file schema before loading data #40

Closed saikoneru1997 closed 1 week ago

saikoneru1997 commented 1 week ago

To validate the schema before loading we can have separate schema file where it has been defined

Image

use get metadata activity 'structure' field to get the structure/schema of files

one for our schama file and other for employee file which we want to load

Image

Image

if condition

Image