fix example mapping to exclude filters

This commit is contained in:
Paul Trowbridge 2018-03-10 14:03:52 -05:00
parent 9403e55c73
commit 484a41a9b3

View File

@ -98,8 +98,7 @@ FROM
], ],
"name": "First 20", "name": "First 20",
"where": [ "where": [
{"Category":"Restaurantes"}, {}
{"Category":"Services"}
], ],
"function": "extract", "function": "extract",
"description": "pull first 20 characters from description for mapping" "description": "pull first 20 characters from description for mapping"