Location | Type |
---|---|
The first input handler | String |
Logic output | Boolean |
Category | Property | Description |
---|---|---|
Required | String for determination | Specify the string used for determination. |
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 |
---|---|
String for determination | Inc |
Sample Data Inc. |
Sample Data Co. Ltd. |
Sample Data & Co. |
true |
false |
false |