pncc map def

This commit is contained in:
Paul Trowbridge 2018-05-30 08:43:17 -04:00
parent aec0ea5563
commit 2af0a3432b

22
reload/pncc/map.json Normal file
View File

@ -0,0 +1,22 @@
{
"srce": "PNCC",
"name": "Check Number",
"regex": {
"defn": [
{
"key": "{Description}",
"map": "n",
"field": "checkn",
"regex": "[^0-9]*([0-9]*)\\s|$",
"retain": "y"
}
],
"where": [
{
"Transaction": "Checks Paid"
}
],
"function": "extract"
},
"sequence": 2
}