add huntington map
This commit is contained in:
parent
8fee2548a4
commit
eae2b5a92e
23
reload/huntmap.json
Normal file
23
reload/huntmap.json
Normal 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"
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user