09-11-2019 06:16 AM
Hi all,
I’m trying to do some data validation on each field of data in each column.
I have the validation parameters for each column heading, in a row on a separate table (Azure Data Catalog).
Example:
Data - (table name)
FirstName - (column)
John
Mary
Validation - (table name)
column_name | data_type | length - (columns)
FirstName | text | 20
So I would like to validate the values of “FirstName” against the validation parameters in the Validation table.
Any thoughts on this? Or if anything needs more clarification?
09-12-2019 11:15 PM
Can you please provide more clarification what you want to validate?
09-13-2019 12:07 PM
Hi Supratim,
I figured out a way to get this done.
I converted the data to a JSON format to pivot the data, then I used a combination of JSON Splitter/Mapper and Data Validator to validate the data.
09-23-2019 12:12 AM
Well done phillp.