Skip to main content
Solved

Need help creating a Data validation script

  • March 8, 2024
  • 1 reply
  • 53 views

newbie
Contributor
Forum|alt.badge.img+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.

 

 

Best answer by nielsgerrits

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

 

 

This post is closed to further activity.
It may be an old question, an answered question, an implemented idea, or a notification-only post.
Please check post dates before relying on any information in a question or answer.
For follow-up or related questions, please post a new question or idea.
If there is a genuine update to be made, please contact us and request that the post is reopened.

1 reply

nielsgerrits
VIP
Forum|alt.badge.img+60
  • 2940 replies
  • Best Answer
  • March 8, 2024

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