fix typos 2009 2010 2201 2240
This commit is contained in:
parent
cfc75a81db
commit
5ef2383a41
|
@ -10,6 +10,7 @@
|
|||
"onError": "set-to-blank",
|
||||
"newColumnName": "2009",
|
||||
"columnInsertIndex": 4
|
||||
},
|
||||
{
|
||||
"op": "core/text-transform",
|
||||
"engineConfig": {
|
||||
|
|
|
@ -29,6 +29,6 @@
|
|||
"expression": "grel:value.replace('-','')",
|
||||
"onError": "set-to-blank",
|
||||
"newColumnName": "2010",
|
||||
"columnInsertIndex": 3,
|
||||
"columnInsertIndex": 3
|
||||
}
|
||||
]
|
||||
|
|
|
@ -29,6 +29,6 @@
|
|||
"expression": "grel:value",
|
||||
"onError": "set-to-blank",
|
||||
"newColumnName": "2201",
|
||||
"columnInsertIndex": 3,
|
||||
"columnInsertIndex": 3
|
||||
}
|
||||
]
|
||||
|
|
|
@ -29,6 +29,6 @@
|
|||
"expression": "grel:value.slice(3)",
|
||||
"onError": "set-to-blank",
|
||||
"newColumnName": "2240",
|
||||
"columnInsertIndex": 3,
|
||||
"columnInsertIndex": 3
|
||||
}
|
||||
]
|
||||
|
|
Loading…
Reference in New Issue