pncc map def
This commit is contained in:
parent
aec0ea5563
commit
2af0a3432b
22
reload/pncc/map.json
Normal file
22
reload/pncc/map.json
Normal 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
|
||||
}
|
Loading…
Reference in New Issue
Block a user