tps/deploy/reload/hunt/map.json

25 lines
610 B
JSON
Raw Normal View History

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