From bc422ecfda239938cd578dc4eeeea3c23df003a5 Mon Sep 17 00:00:00 2001 From: Felix Lohmeier Date: Thu, 19 May 2022 22:28:23 +0200 Subject: [PATCH] 1100 auch aus 425a und 425b nur 4-stellig --- alephino/config/main/T_1100.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/alephino/config/main/T_1100.json b/alephino/config/main/T_1100.json index b7e42a9..d14f2f3 100644 --- a/alephino/config/main/T_1100.json +++ b/alephino/config/main/T_1100.json @@ -19,7 +19,7 @@ "mode": "row-based" }, "baseColumnName": "M|IDN", - "expression": "grel:coalesce(cells['M|425a'].value, cells['M|425b'].value)", + "expression": "grel:coalesce(cells['M|425a'].value, cells['M|425b'].value).find(/\\d{4}/)[0]", "onError": "set-to-blank", "newColumnName": "1100a", "columnInsertIndex": 3,