1

My source data contains a name and address column. So I have created 2 domain in DQS. My data is looking like

Name          Address
NSLIJ David   Adr1
NSLIJ John    Adr2
NSSSK Peter   Adr3
Dyanaa        Adr4

How can I create the domain rule on Name, like "if the name contains NSLIJ or NSSSK. We have to remove the that prefix from my name, so the result should be

Name    Address
David   Adr1
John    Adr2
Peter   Adr3
Dyanaa  Adr4

How we can achieve this Data Cleansing project in DQS?

4

0 回答 0