Top
Systemwalker Runbook Automation Studio User's Guide
Systemwalker

6.4.6 Remove duplicate lines Filter

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.

Remove only the consecutive duplicate lines

Select to apply the filter to consecutive duplicate rows only.

The default is off.

Use case sensitivity

Select to distinguish between upper and lower case when the same rows are detected.

The default is off.

Example 1:

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]
Example 2:

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]