String Parser
Function processing input strings
Evaluation
This expression evaluates to a function of the form:
(string x) -> string
The function is consistent with parser semantics used for string to data conversion, for example by the CSV Input step.
Processing
If trimming is enabled, whitespace is trimmed from beginning and end of x
.
If x
is equal to the configured nil value, nil
is returned.
If x
is nil
, nil
is returned.
Settings
Name | Type | Description |
---|---|---|
Trim |
boolean |
If If |
Nil Value |
datetime |
A single string or a list of strings representing If |