On Mar 26, 2013, at 4:36 AM, bryan rasmussen <[email protected]> wrote:

> var x = QUERY;
> 
>  for(var i = 0; i < x.length; i++){
> if(x[i]["field"] == "value"){
>   x[i]["field2" = "value2"];
> }
> }

Sounds like the JavaScript CouchDB API. Or there are similar APIs for Ruby, 
Python or whatever other favorite scripting language you have.

—Jens

Reply via email to