This filter detects rows that are the same in the results of an operation component or in filter output and then deletes all but one of them.
It is also possible to delete only those duplicate rows that occur consecutively.
Select to apply the filter to consecutive duplicate rows only.
The default is off.
Select to distinguish between upper and lower case when the same rows are detected.
The default is off.
Input: | AAAA[linefeed] BBBB[linefeed] CCCC[linefeed] BBBB[linefeed] BBBB[linefeed] DDDD[linefeed] |
Delete consecutive duplicate rows: | Off |
Match case: | Off |
Output: | AAAA[linefeed] BBBB[linefeed] CCCC[linefeed] DDDD[linefeed] |
Input: | AAAA[linefeed] BBBB[linefeed] CCCC[linefeed] BBBB[linefeed] BBBB[linefeed] DDDD[linefeed] |
Delete consecutive duplicate rows: | On |
Match case: | Off |
Output: | AAAA[linefeed] BBBB[linefeed] CCCC[linefeed] BBBB[linefeed] DDDD[linefeed] |