The comment will also be output to the specifications.It does not affect the conversion process.
Function Details
Format
Format is used in order to interpret string as date/time.
Specify the format that fits the input string. Refer to "Format" of Time Formatting for details of format. The following exception is output when the string can not be interpreted as date/time using the specified format.
[Mapping] process failed. Caused by:[java.lang.IllegalStateException: failed to set value to variable "date" ("20061001" cannot be parsed in "yyyy/MM/dd" format)]
Logic Sample
Mapping Definition
Logic Settings and Processing Result
The logic parses string value with format "yyyy/MM/dd" and outputs date/time value.