Before

Logic name
Before (Document Mapper/Variable Mapper)
Function
This logic determines whether the date and time of the first input handler is the same as or before the date and time of the second input handler.
Data types
Location |
Type |
---|---|
First input handler |
Date |
Second input handler |
Date |
Logic output |
Boolean |
For details, refer to Logic specifications (Document Mapper/Variable Mapper).
Properties
Category |
Property |
Description |
---|---|---|
Null processing |
Null option |
Specify how to handle the input if it contains null. |
Comment |
Comment |
You can write a description of the logic. It doesn't affect the conversion process. |
Null option
Option |
Description |
---|---|
Return false when unable to determine/calculate/process |
Continues with the process without throwing exception even when a system is unable to determine/calculate/process. |
Throw exception when unable to determine/calculate/process |
Throws an exception (CalculationException) and stops the processing when the system is unable to determine/calculate/process. |
Output null if any input is null |
Outputs null if the value of any input handler is null. |
For details, refer to Logic specifications (Document Mapper/Variable Mapper).
Logic sample
Mapping definition

Logic settings and processing result
This logic returns "true" if the due date is the same as or before the expected end date. If not, it returns "false".
Property settings
Property |
Setting |
---|---|
Null option |
Return false when unable to determine/calculate/process |
Input data
2010-05-11T00:00:00.000+0900,2010-05-12T00:00:00.000+0900 |
2010-09-01T00:00:00.000+0900,2010-09-01T00:00:00.000+0900 |
2010-10-17T00:00:00.000+0900.2010-10-16T00:00:00.000+0900 |
Output data
true |
true |
false |
For a list of logics, refer to Mapper Logic Guide.