tps/reload/hunt/map.json

25 lines
610 B
JSON
Raw Normal View History

2018-05-30 23:26:33 -04:00
[
{
"regex": {
"function": "replace",
"description": "pull first 20 characters from description for mapping",
"where": [
{}
],
"defn": [
{
"regex": ".{1,20}",
"map": "y",
"field": "f20",
"flag": "",
"key": "{Memo}",
"retain": "y"
}
],
"name": "First 20"
},
"sequence": 1,
"name": "First 20",
"srce": "hunt"
}
]