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 json
Output
Configuration¶
- (no label) (code)
MongoDB compatible Python expression.
Examples¶
Implementation¶
- class node_mongodb.CreateMongoDBJSON[source]