Solved

Need help creating a Data validation script

  • 8 March 2024
  • 1 reply
  • 33 views

Badge +2

Hi FME community,

I am currently developing a validation script to compare two datasets derived from different versions of the same model, exported as .csv files from Navisworks.

The script aims to ensure that the values for Translation X, Y, Z, and Rotation Axis X, Y, Z remain consistent across each version of the model. For instance, the .dwg file "PBD-ALG-SITE-EQP-ACD.dwg" from 27/02/2024 should exhibit identical translation and rotation values when compared to the version from 06/03/2024.

Upon confirming that all values are consistent across different versions, the script will assign a "Pass" status, or “Fail” if a value is inconsistent.

I'm seeking guidance on the most effective method to achieve this.

Cheers.

 

 

icon

Best answer by nielsgerrits 8 March 2024, 14:00

View original

1 reply

Userlevel 6
Badge +33

I think you need 2 Matchers to do what you need.

 

 

Reply