
So you have to rethink your conditions and/or the data consistency of your source (files).
Hi BNOLI,BNOLI wrote: ↑28 Apr 2020, 09:52You're able to eliminate duplicate identical sections using AHK's Sort command (preferably done at the clipboard's content). Unfortunately, those returned two sections aren't identical (I had to be advised myself by my fellow German @haichen to spot the difference! And yes, it's about an error).
So you have to rethink your conditions and/or the data consistency of your source (files).
Hi BNOLI,
Hi BNOLI,BNOLI wrote: ↑29 Apr 2020, 00:42Well, we'll have a duplicate if every part is exactly the same. In your 2nd sample, the 'header' (C#1, D#2) of those sections are the same, but not the number of lines, therefore it isn't a duplicate, and for that reasonSort won't skip one of it. In your previous sample, the header was the same, the number of lines was the same, but a single item (where it said 'Error' instead of 'Coni') wasn't the same. So finally, you have to think about all events where it's fine for you to ignore differences within these sections and change the filtering conditions accordingly.
Tipp, if you create a (new) thread/request for single steps/parts of your whole project, you'll attract additional supporters to deal with it. That will speed up things!