±trim
Removes preceding or trailing whitespace of a CSV table field
Description
Removes prepending and/or whitespace sections or other characters of one or more data fields.Per default whitespace before and behind the content is removed.
Supported options
Options /l (left) and /r (right) are supported.
When no parameter is given, any whitespace characters (space, Tab, Newlines) will be removed.
Alternatively, you can give a number of characters that shall be removed from start and/or from end of the fields(s).
Trimming a single data field
blaPattern
±trim[Field]
±trim/l[Field]=(characters to remove)
±trim/r[Field]
Usage examples
ex
Usage examples
ex
Trimming more data fields
Pattern
±trim[Field],[Field]-[Field], ...
±trim[Field],[Field]-[Field]=(characters to remove)
±trim/r[Field]
Usage examples
ex
Trimming all data fields
When the pseudo column "[*]" is denoted, the
Pattern
±trim[*]
±trim/l[*]=(Characters to remove)
±trim/r[*]
Usage examples
bla