Equal Date/Time

Logic name
Equal Date/Time (Document Mapper/Variable Mapper)
Function
This logic determines whether the two input date/time values are equal.
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 |
---|---|
Determine/calculate while remaining null value |
Outputs either "true" if the values of both input handlers are null, or "false" if only one of them is null, and then continues with the process. |
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. |
Output null if one input is null |
Outputs null if the value of one 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 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
false |
true |
false |
For a list of logics, refer to Mapper Logic Guide.