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.