The MongoDB Input tool is used to read data stored in MongoDB databases. MongoDB is a scalable, high-performance, open source, NoSQL database. Learn more about MongoDb at http://www.mongodb.org/.
MongoDB databases store data in a binary JSON format called BSON. Learn more about BSON at http://bsonspec.org/.
Designer reads the data in 2 passes: the first pass scans to determine the table schema, including columns, data type, and size. The second pass returns the data.
Additional properties when Automatic Mode is chosen:
The criteria must be specified between opening and closing curly brackets.
{"DateAdded": {$gt: {$date: "2014-01-12T20:15:31A"}}}
For more details on how to write filtering criteria for the MongoDB find command, see http://docs.mongodb.org/manual/reference/method/db.collection.find/
If a document at the selected depth is an array, it is converted to valid JSON. If an element below the selected depth contains a DateTime field, it is displayed as Epoch time.
Specify the schema or specify a select amount of documents to determine the schema.
Under Properties, populate the table schema using the following techniques:
©2018 Alteryx, Inc., all rights reserved. Allocate®, Alteryx®, Guzzler®, and Solocast® are registered trademarks of Alteryx, Inc.