2017-01-05 20:55:59 +01:00
|
|
|
[
|
|
|
|
{
|
|
|
|
"op": "core/column-addition",
|
|
|
|
"description": "Create column id at index 1 based on column 001 using expression grel:value",
|
|
|
|
"engineConfig": {
|
2017-01-05 23:42:35 +01:00
|
|
|
"mode": "row-based",
|
|
|
|
"facets": []
|
2017-01-05 20:55:59 +01:00
|
|
|
},
|
|
|
|
"newColumnName": "id",
|
|
|
|
"columnInsertIndex": 1,
|
|
|
|
"baseColumnName": "001",
|
|
|
|
"expression": "grel:value",
|
|
|
|
"onError": "set-to-blank"
|
|
|
|
}
|
|
|
|
]
|