Skip to content

Commit 5b67987

Browse files
committed
[REF]: Update invoicetemplates no regexes are allowed as keywords
1 parent ee1911c commit 5b67987

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/invoice2data/extract/templates/com/com.flipkart.WSRetail.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"invoice_number": "InvoiceNo:(\\S+)",
77
"order_id": "OrderID:(\\w{2}\\d{16,18})"
88
},
9-
"keywords": ["flipkart", "WS\\s?Retail", "OD"],
9+
"keywords": ["flipkart", "WS Retail", "OD"],
1010
"options": {
1111
"currency": "INR",
1212
"remove_whitespace": true

src/invoice2data/extract/templates/nl/nl.be.coolblue.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ fields:
107107
price_subtotal: float
108108
keywords:
109109
- Coolblue
110-
- (NL810433941B01|BE0867686774)
110+
- Klantnummer
111111
- factuur
112112
-
113113
options:

0 commit comments

Comments
 (0)