tps/reload/dcard/map.json

25 lines
618 B
JSON
Raw Normal View History

2018-05-30 22:58:15 -04:00
[
{
"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"
}
],
"name": "First 20"
},
"sequence": 2,
"name": "First 20",
2018-05-30 23:15:52 -04:00
"srce": "dcard"
2018-05-30 22:58:15 -04:00
}
]