[Solved] How to compare and merge multiple files?
I think something like this should do what you want. We use a hash to gather the ‘reference’ file and turn it into a set of keys with an empty array. Then we iterate on the other files, extracting ‘3 values’ as key, and the last value as an actual value. And then we compare … Read more