Skip to content

Commit 9914aea

Browse files
committed
Add missing regex to the product_pattern, seprator_pattern see HEA-809
1 parent c056115 commit 9914aea

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

pipelines/assets/livelihood_activity_regexes.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -116,19 +116,19 @@
116116
"people_per_household"
117117
],
118118
[
119-
"(?P<product_id>[a-zà-ÿ ][a-zà-ÿ1-9',/ \\.\\>\\-\\(\\)]+?) *: *{age_gender_pattern}",
119+
"{product_pattern} *: *{age_gender_pattern}",
120120
null,
121121
true,
122122
null
123123
],
124124
[
125-
"(?P<product_id>[a-zà-ÿ ][a-zà-ÿ1-9',/ \\.\\>\\-\\(\\)]+?) +{age_gender_pattern}",
125+
"{product_pattern} +{age_gender_pattern}",
126126
null,
127127
true,
128128
null
129129
],
130130
[
131-
"{age_gender_pattern} (?P<product_id>[a-zà-ÿ][a-zà-ÿ1-9',/ \\.\\>\\-\\(\\)]+?)",
131+
"{age_gender_pattern} {product_pattern}",
132132
null,
133133
true,
134134
null

0 commit comments

Comments
 (0)