±trim
Removes preceding or trailing whitespace of a CSV table field
Description
Removes whitespace sections of a data field.All contents that shall be removed are separated by a separator (mostly a "/").
Per default whitespace before and behind the content is removed.
Other options:
±trim/l removes only prepending whitespace
±trim/r removes only trailing whitespace
The content parts to remove can be literal strings, some field content, or more complex expressions.
The expressions of all parts are resolved before removing takes place.
Pattern
±trim[Field]
±trim/l[Field]={Expression1}/{Expression2}/{Expression3}...
±trim/r[Field]={Expression1}/{Expression2}/{Expression3}...