Name

adams.flow.transformer.MongoDbGetDocumentValue


Synopsis

Obtains the value associated with the specified key from the MongoDB document received as input and forwards it.


Additional information

Flow input/output:
- input: adams.flow.container.MongoDbDocumentContainer, org.bson.Document
- output: adams.flow.core.Unknown

Container information:
- adams.flow.container.MongoDbDocumentContainer:
   - Collection: MongoDB collection; com.mongodb.client.MongoCollection
   - Document: MongoDB document; org.bson.Document


Options