Its pretty standard that every document has a type Field on it that let's you know what kind of type that document is.
Then the map function just needs a "if type == " user" for processing specifically users On Feb 1, 2015 3:52 AM, "Ayhan Kesenci" <[email protected]> wrote: > Hello Friends I already know, how to export a usual view from couchdb. > The problem is how I can create a map function for example for my case: > > I have the table User, User is a part of my whole database. And in "User" > there are more tables, for example "color of signs", but user is a part > from a database, so how should my map function looks like ? to get this ??? > > > thank you > > > Ayhan >
