diff --git a/src/extractors/deutschebahn.json b/src/extractors/deutschebahn.json index bf7b051..dee74cd 100644 --- a/src/extractors/deutschebahn.json +++ b/src/extractors/deutschebahn.json @@ -1,17 +1,18 @@ [ { "type": "pdf", "filter": [ { "header": "From", "match": "buchungsbestaetigung@bahn.de" }, - { "property": "reservationFor.provider.identifier", "match": "0080" } + { "property": "reservationFor.provider.identifier", "match": "uic:0080" }, + { "property": "reservationFor.provider.identifier", "match": "vdv:6260" } ], "script": "deutschebahn.js", "function": "parsePdf" }, { "type": "text", "filter": [ { "header": "From", "match": "UNITTEST-buchungsbestaetigung@bahn.de" } ], "script": "deutschebahn.js", "function": "parseText" } ]