tps/deploy/reload/hunt/map.json
Paul Trowbridge ac3fccf84c move folder
2018-05-30 23:44:10 -04:00

25 lines
610 B
JSON

[
{
"name": "First 20",
"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"
},
"sequence": 1
}
]