fix typos 2009 2010 2201 2240

This commit is contained in:
Felix Lohmeier 2021-03-03 17:12:01 +01:00
parent cfc75a81db
commit 5ef2383a41
4 changed files with 4 additions and 3 deletions

View File

@ -10,6 +10,7 @@
"onError": "set-to-blank", "onError": "set-to-blank",
"newColumnName": "2009", "newColumnName": "2009",
"columnInsertIndex": 4 "columnInsertIndex": 4
},
{ {
"op": "core/text-transform", "op": "core/text-transform",
"engineConfig": { "engineConfig": {

View File

@ -29,6 +29,6 @@
"expression": "grel:value.replace('-','')", "expression": "grel:value.replace('-','')",
"onError": "set-to-blank", "onError": "set-to-blank",
"newColumnName": "2010", "newColumnName": "2010",
"columnInsertIndex": 3, "columnInsertIndex": 3
} }
] ]

View File

@ -29,6 +29,6 @@
"expression": "grel:value", "expression": "grel:value",
"onError": "set-to-blank", "onError": "set-to-blank",
"newColumnName": "2201", "newColumnName": "2201",
"columnInsertIndex": 3, "columnInsertIndex": 3
} }
] ]

View File

@ -29,6 +29,6 @@
"expression": "grel:value.slice(3)", "expression": "grel:value.slice(3)",
"onError": "set-to-blank", "onError": "set-to-blank",
"newColumnName": "2240", "newColumnName": "2240",
"columnInsertIndex": 3, "columnInsertIndex": 3
} }
] ]