To String

Logic name
To String (Document Mapper/Variable Mapper/Merge Mapper)
Function
This logic converts the input to string type.
Data types
Location |
Type |
---|---|
Input handler |
All |
Logic output |
String |
Refer to the following for details:
-
Logic specifications (Document Mapper/Variable Mapper)
-
Logic specifications (Merge Mapper)
Properties
Category |
Property |
Description |
---|---|---|
Comment |
Comment |
You can write a description of the logic. It doesn't affect the conversion process. |
Function details
The output data format varies by the input data type.
Refer to Format when each type is converted to the String type of "Mapper logic specifications".
Logic sample
Mapping definition

Logic settings and processing result
The logic converts the date/time that is set to the Date/time Constant logic to the String type, and then outputs the result.
Property settings
Property |
Setting |
---|---|
None |
|
Input data
7/24/2007 0:00:00 |
Output data
2007-07-24T00:00:00.000+0900 |
For a list of logics, refer to Mapper Logic Guide.