데이터 형 변환
EventFlowUtil
Last updated
{
"name": "cast",
"method": "type",
"details": {
"base": "3",
"type": "int"
}
}
->
3{
"name": "cast",
"method": "type",
"details": {
"base": "2022-03-02",
"type": "toDate",
"format" : "yyyy-MM-dd"
}
}
->
Date("2022-03-02")....
{
"@setValue": {
"nextQuestion": {
"name": "cast",
"method": "type",
"details": {
"base": "tmpDocument.nextQuestion.priority",
"type": "toString"
}
}
}
}
...