Mehrfache Leerzeichen in 7100a entfernen

This commit is contained in:
Felix Lohmeier 2020-10-20 11:44:31 +02:00
parent ca6b788ed3
commit 828dbfcb9c
1 changed files with 1 additions and 1 deletions

View File

@ -456,7 +456,7 @@ if curl -fs \
"mode": "row-based"
},
"baseColumnName": "E|STA1",
"expression": "grel:value.replace('␟',' ')",
"expression": "grel:value.replace('␟',' ').replace(/ +/,' ')",
"onError": "set-to-blank",
"newColumnName": "7100a",
"columnInsertIndex": 3