Top
Systemwalker Runbook Automation Studio User's Guide
Systemwalker

6.4.11 Remove space Filter

This filter deletes white space (half-width spaces, full-width spaces, tabs, and linefeeds (CRLF/CR/LF)) found at the beginning or end of the results of an operation component or in filter output.

Applications

Select Apply for all to apply the filter to the operation component results or the entire filter output. White space (half-width spaces, full-width spaces, tabs, and linefeeds) at the beginning and end of the input data is deleted.

Select Apply per line to apply the filter row-by-row. White space (half-width spaces, full-width spaces, and tabs) at the beginning and end of each row in the input data is deleted. The linefeeds at the ends of the rows are not deleted.

The default is Apply for all.

Example 1:

Input:

[half-width space][full-width space]abc[tab][linefeed]
[half-width space][full-width space]def[tab][linefeed]

Applications:

Applied overall

Output:

abc[tab][linefeed]
[half-width space][full-width space]def
Example 2:

Input:

[half-width space][full-width space]abc[tab][linefeed]
[half-width space][full-width space]def[tab][linefeed]

Applications:

Applied row-by-row

Output:

abc[linefeed]
def[linefeed]