How to match and validate structure of multiple files in ADF?

Trapti Ruhela 20 Reputation points
2023-05-05T09:01:42.67+00:00

Hi Team,

My usecase is to validate schema of multiple files or structure of multiple files against one structure file in ADF. Can someone help me to solve this problem how can I validate

Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
9,487 questions
{count} votes

Accepted answer
  1. Suba Balaji 11,186 Reputation points
    2023-05-05T17:06:35.1366667+00:00

    Hi

    You could leverage structure property in get meta data activity and if condition to validate schema.

    You could go through this video for reference https://youtu.be/LKjewkeNiJ0

    If you want to validate many files against one file you could use the same approach but with a foreach loop activity.

    Let us know if you need help anywhere in the process.

    Thanks


0 additional answers

Sort by: Most helpful