Create MongoDB Json¶
Documentation¶
Create MongoDB compatible Json by writing a literal Python expression extended with constructor functions.
The output can then be used as input for other MongoDB nodes, like, InsertOne, Find, etc.
For info on how to input data to MongoDB, see MongoDB data format.
Definition¶
Output ports¶
- output
Type: jsonDescription: Output
Configuration¶
- (no label) (code)
MongoDB compatible Python expression.
Examples¶
Example flows demonstrating this node:
Implementation¶
- class node_mongodb.CreateMongoDBJSON[source]