update map for output format
This commit is contained in:
parent
e950c0bfa9
commit
e438bdc79c
@ -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
|
||||||
}
|
}
|
||||||
]
|
]
|
Loading…
Reference in New Issue
Block a user