Skip to content

Instantly share code, notes, and snippets.

@kellymclaughlin
Created June 22, 2011 23:38
Show Gist options
  • Save kellymclaughlin/1041564 to your computer and use it in GitHub Desktop.
Save kellymclaughlin/1041564 to your computer and use it in GitHub Desktop.
{"inputs":{
"bucket":"invoices",
"key_filters":[["tokenize", ",", 4],["eq", "key"]]
},
"query":[
{"map":
{
"language":"javascript",
"source": "function(value, key, arg) { return [value.key] }",
"keep": true
}
}
]}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment