Start with

Logic Name

Start with

Function

Determines whether the input string starts with the specified string.

Data Types

Location Type
The first input handler String
Logic output Boolean
lightbulbRefer to "Logic Specifications" for details.

Properties

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.

Null option

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.
lightbulbRefer to "Logic Specifications" for details.

Logic Sample

Mapping Definition

Logic Settings and Processing Result

If the input string starts with string "Sample" it returns "true". Otherwise it returns "false".
Property Settings
Property Setting
String for determination Sample
Input Data
Test Data Inc.
Sample Data Co.,Ltd.
Test Data & Co.
Result Data
false
true
false