update map for output format

This commit is contained in:
Paul Trowbridge 2018-05-30 23:30:06 -04:00
parent e950c0bfa9
commit e438bdc79c

View File

@ -1,25 +1,25 @@
[ [
{ {
"name": "First 20",
"srce": "hunt",
"regex": { "regex": {
"function": "replace",
"description": "pull first 20 characters from description for mapping",
"where": [
{}
],
"defn": [ "defn": [
{ {
"regex": ".{1,20}",
"map": "y",
"field": "f20",
"flag": "",
"key": "{Memo}", "key": "{Memo}",
"map": "y",
"flag": "",
"field": "f20",
"regex": ".{1,20}",
"retain": "y" "retain": "y"
} }
], ],
"name": "First 20"
},
"sequence": 1,
"name": "First 20", "name": "First 20",
"srce": "hunt" "where": [
{}
],
"function": "replace",
"description": "pull first 20 characters from description for mapping"
},
"sequence": 1
} }
] ]