Location | Type |
---|---|
The first input handler | String |
Logic output | Boolean |
Category | Property | Description |
---|---|---|
Required | Regular expression pattern | Specify a regular expression pattern. |
Null processing | Null option | Specify how to handle the input if it contains null. |
Comment | Comment | The comment will also be output to the specifications.It does not affect the conversion process. |
Option | Description |
---|---|
Return false in case of null | Outputs false if value of the input handler is null and continues with the process. |
Convert null into empty string | Converts null to empty string and continue with the process. |
Throw exception when unable to determine/calculate/process | Throws exception (CalculationException) when unable to determine/calculate/process. |
Output null if any input is null | Outputs null if the value of any input handler is null. |
Property | Setting |
---|---|
Regular expression pattern | Tokyo|Osaka |
Tokyo |
Aichi |
Osaka |
true |
false |
true |