From eae2b5a92e3aa1f26f559b67023fca92caccbd18 Mon Sep 17 00:00:00 2001 From: Paul Trowbridge Date: Tue, 29 May 2018 23:54:47 -0400 Subject: [PATCH] add huntington map --- reload/huntmap.json | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 reload/huntmap.json 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