Hi,
you have to list those fields in the projection field of the MongoDB Reader node. The table name is the collection in MongoDB.
Kind regards,
Alexander
Hi,
The query does not need to contain the collection name. You have to specify that in the field above. Please see here for how the queries have to look like: https://jongo.org.
Kind regards,
Alexander
Hello,
as stated on the linked website, this is how you do projection:
Projection or Field selection
Field selection aka. partial loading is not written as in Mongo shell: Jongo exposes a projection(..) method. A json selector must be provided: {field: 1} to include it, {field: 0} to exclude it.
So for you this means: {"ZW": 1 , "AW": 1, "ZT": 1}