add huntington map

This commit is contained in:
Paul Trowbridge 2018-05-29 23:54:47 -04:00
parent 8fee2548a4
commit eae2b5a92e

23
reload/huntmap.json Normal file
View File

@ -0,0 +1,23 @@
{
"sequence": 1,
"srce": "hunt",
"regex": {
"defn": [
{
"key": "{Memo}",
"map": "y",
"flag": "",
"field": "f20",
"regex": ".{1,20}",
"retain": "y"
}
],
"name": "First 20",
"where": [
{}
],
"function": "replace",
"description": "pull first 20 characters from description for mapping"
},
"target": "First 20"
}