STRIP_MARGIN
For each line, remove the prefix of control or whitespace characters, followed by the given margin character.
Syntax
Arguments
Name
Type
Description
Default Value
marginChar
char
input
string
Returns
Returns a string
value.
Examples
marginChar
input
Output
"|"
'Hello
Transformation job example
SQL
Query result
marginChar
input
Output
"|"
'Hello
Last updated