How do you compare two files where for example in one file the code for EURO is E and in the other file the code is EUR? You can of course try to parse the files before comparison, but that is hard to do and time-consuming. With Spirit you can define mappings that allow you for each dimension to map the different attribute names to the same attribute, so no pre-processing is needed before comparison. |