2 Messages
Question on JSON data quality capability and Data set filter for analysis
Two subjects :
- Is it possible to create a rule that will analyse the content of a Json located in a field?
- Is it possible to filter a dataset to analyse it. For instance I have a rule that apply to a dataset containing data on several products, is it possible to filter only on one product and see the data quality result only for this product (without creating a new dataset)?
kirkhaslbeck
41 Messages
4 years ago
So while you can write rules or have auto rules on JSON you cannot mix JSON with tabular data
As for filtering a dataset you could do a couple things, 1) apply where clause in the original -q “select” or 2) apply a rule condition like “where col1=A and col2 > 5”
0
0