Warning, /pim/kitinerary/src/lib/scripts/viarail.json is written in an unsupported language. File is not indexed.

0001 [{
0002     "filter": [
0003         {
0004             "match": "^\\d{13}.{37}[A-Z]{8}VIA",
0005             "mimeType": "text/plain",
0006             "scope": "Descendants"
0007         }
0008     ],
0009     "function": "parseBoardingPass",
0010     "mimeType": "application/pdf",
0011     "script": "viarail.js"
0012 },
0013 {
0014     "filter": [
0015         {
0016             "match": "^\\d{13}.{37}[A-Z]{8}VIA",
0017             "mimeType": "text/plain",
0018             "scope": "Current"
0019         }
0020     ],
0021     "function": "parseBarcode",
0022     "mimeType": "text/plain",
0023     "script": "viarail.js"
0024 }]