diff --git a/reload/huntmap.json b/reload/huntmap.json new file mode 100644 index 0000000..ef4d961 --- /dev/null +++ b/reload/huntmap.json @@ -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" +} \ No newline at end of file