changeset 332:22fc8b2939eb

Fixed some regular expressions.
author Raimund Renkert <rrenkert@intevation.de>
date Wed, 28 Aug 2013 15:07:25 +0200
parents 5d11428e6a09
children d43d371900e4
files config/import.json
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/config/import.json	Tue Aug 27 15:28:21 2013 +0200
+++ b/config/import.json	Wed Aug 28 15:07:25 2013 +0200
@@ -130,7 +130,7 @@
     }],
     "messung": [{
         "key": "messungs_id",
-        "regex": "[0-9]{2}",
+        "regex": "[0-9]{1,2}",
         "default": ""
     }, {
         "key": "nebenprobennummer",
This site is hosted by Intevation GmbH (Datenschutzerklärung und Impressum | Privacy Policy and Imprint)