You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
394 B
15 lines
394 B
[ |
|
{ |
|
"op": "core/column-addition", |
|
"engineConfig": { |
|
"facets": [], |
|
"mode": "record-based" |
|
}, |
|
"baseColumnName": "id", |
|
"expression": "grel:row.record.index", |
|
"onError": "set-to-blank", |
|
"newColumnName": "index", |
|
"columnInsertIndex": 1, |
|
"description": "Create column index at index 1 based on column id using expression grel:row.record.index" |
|
} |
|
]
|
|
|