Boolean Parser
Function parsing strings to booleans
Evaluation
This expression evaluates to a function of the form:
(string x) -> boolean
The function is consistent with parser semantics used for string to data conversion, for example by the CSV Input step.
Processing
String x is converted into a boolean by comparing it to values representing true, false and nil values. Any other string values can map to nil or throw an error.
If x is nil, nil is returned.
Settings
| Name | Type | Description |
|---|---|---|
True Values |
list |
A list of strings representing If |
False Values |
list |
A list of strings representing If |
Nil Values |
list |
A list of strings representing If |
Other Values |
string |
Specifies behaviour when
|
Case Sensitive |
boolean |
Determines how
|
Trim |
boolean |
If checked, any whitespace from both ends of If unchecked, |