When I am comparing two ARXMLs(can be considered as txt files) with beyond compare tool, then i can see two kind of differences:
- UUID lines, which will change in every code generation from MATLAB.
- logical/interface changes, which are modified/added newly.
but UUID lines are not so important for me. So I would like to know, How to hide the UUID lines Differences in the Beyond compare tool, while Comparing two files.
Thanks in Advance !!
I don't know the ARXM, but I found an example in https://github.com/nikidimitrow/Learning-AUTOSAR-fundamental/blob/master/BasicsOfAUTOSAR/MyECU.ecuc.arxml
In BeyondCompare, you can go to
Tools->File Formats
and take the xml-format definition for xml and use "Save as" to create a new format:Then adapt the mask:
After this, you must define a new Grammar element:
Use the Text matching
UUID=".*"
and don't forget to mark the Regular expression flag.After this you can compare with the new format. The UUID-difference is now an unimportant difference: