Export & Import of Decision Tables
File Structure of JSON format
Minimal File Structure Example:
{
"name": "",
"description": "",
"type": "",
"status": "",
"inputSchema": {
},
"outputSchema": {
},
"decisionTable": {
"columns": [
],
"rows": [
]
}
}File Structure Example:
File Structure of XLSX format
File Structure Example:

File structure of CSV format
Last updated
Was this helpful?

