tps/reload/pncc/map.json

22 lines
463 B
JSON
Raw Normal View History

2018-05-30 08:43:17 -04:00
{
"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
}