fix typos 2009 2010 2201 2240
This commit is contained in:
parent
cfc75a81db
commit
5ef2383a41
|
@ -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": {
|
||||||
|
|
|
@ -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
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
|
@ -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
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
|
@ -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
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
Loading…
Reference in New Issue