Commit 205ff681 authored by Georgios Dagkakis's avatar Georgios Dagkakis

correction in the configuration of the spreadsheet

parent f931f02e
...@@ -268,28 +268,16 @@ ...@@ -268,28 +268,16 @@
"configuration": { "configuration": {
"columns": [ "columns": [
{ {
"name": "ID", "name": "Station",
"type": "string" "type": "string"
}, },
{ {
"name": "StationID", "name": "# units awaiting processing",
"type": "string"
},
{
"name": "Number of Units",
"type": "number" "type": "number"
}, },
{ {
"name": "Remaining Units", "name": "# units complete but not passed on",
"type": "number" "type": "number"
},
{
"name": "Type",
"type": "string"
},
{
"name": "Batch ID",
"type": "string"
} }
] ]
}, },
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment