Skip to main content
Question

Post Processing Transformation Plan in One Web

  • November 12, 2024
  • 2 replies
  • 130 views

Forum|alt.badge.img+1

Hi,

Can some help me with creating a post processing transformation plan that shows a different row for each DQ rule that has passed/failed on a particular field in the transformation plan in One Web UI. 
For Eg: I have 2 rules, a uniqueness check and a format check on the ID field. In the post processing output file, what’s the best way to see how I can split this for each rule and see the pass/fail metrics for each rule.

Thanks

2 replies

Forum|alt.badge.img+1

Hi ​@ritgupta thank you for posting! While I’m checking with the team, I wanted to share a post that might help in the meantime: 

 

 


JTH
Star Blazer L1
Forum|alt.badge.img+2
  • Star Blazer L1
  • May 18, 2026

Hello ​@ritgupta, ​@Ataccama Community Admin,

It has been a year, is there any answer to this?

Currently I'm using this:

Input, table A → Filter, expression = invalid_rules_explanation is not null (since we only want to show invalid records) → output.

However in my . csv I see for row1 multiple invalid_rules_explanations. This is not ideal for me nor the customer. We want to see row 1, person 1, invalid1, row2, person1, invalid 2.

How do we do this?