calpine-node/examples/excel2json/data/mapper.json

19 lines
296 B
JSON
Raw Normal View History

{
"data": [
{
"dataIndex": "Name",
"label": "Name"
},
{
"dataIndex": "Age",
"label": "Age"
}
],
2021-03-29 19:27:06 +07:00
"configs": {
"outputPath": "./data/outputs/exported",
"outputName": "my_exported_data",
2021-03-29 19:48:59 +07:00
"sheetName": "Sheet1",
"saveToOutput": true
2021-03-29 19:27:06 +07:00
}
}