Can we create custom check on data as per our need and get stats out of it ??
for example.. I want to check whether colA has values between list [‘A’,’AB’,’O’,’B’] and stats about the values that are present in data.
Can we create custom check on data as per our need and get stats out of it ??
for example.. I want to check whether colA has values between list [‘A’,’AB’,’O’,’B’] and stats about the values that are present in data.
Hi
Thank you for your question.
Sure, you can create a DQ Detection rule which is used for detecting business term in Catalog Items.
To give you an example:
Change the condition type to Advanced Expression and write an expression, for our example we have used upper(input_blood_group) is in {‘A’, ‘B’, ‘AB’, ‘0’}
to detect values A, B, AB and 0
Hope it helps.
No account yet? Create an account
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.