diff config/import.json @ 332:22fc8b2939eb

Fixed some regular expressions.
author Raimund Renkert <rrenkert@intevation.de>
date Wed, 28 Aug 2013 15:07:25 +0200
parents 707e1dfb892c
children b9d8bcb49e4e
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)