I am new to SQL Server's Data Quality Services (DQS
) feature.
I have a source table with few INT and string type column.
I need to implement a data quality rule in DQS
using knowledge base domain to Identify the NULLS in the INT/String columns and convert that to Zero(0)/single space(' ').