-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
Allow processing data, the source fetched data would be processed before writing to destionation.
{
"destination": {
//...
},
"source": {
//...
},
"process": {
"id": {
"transformation": "uuidGenerate"
},
"admission": {
"transformation": "dateFormat",
"parameters": {
"format": "DD/MM/YYYY"
}
},
"approverId": {
"transformation": "nullIfEmpty"
}
}
}Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels