24 lines
586 B
JSON
24 lines
586 B
JSON
[
|
|
{
|
|
"regex": {
|
|
"function": "extract",
|
|
"description": "pull first 20 characters from description for mapping",
|
|
"where": [
|
|
{}
|
|
],
|
|
"defn": [
|
|
{
|
|
"regex": ".{1,20}",
|
|
"map": "y",
|
|
"field": "f20",
|
|
"flag": "",
|
|
"key": "{Description}",
|
|
"retain": "y"
|
|
}
|
|
]
|
|
},
|
|
"sequence": 2,
|
|
"name": "First 20",
|
|
"srce": "dcard"
|
|
}
|
|
] |