Skip to main content

MongoDB components

tMongoDBBulkLoad Imports data files in different formats (CSV, TSV or JSON) into the specified MongoDB database so that the data can be further processed.
tMongoDBClose Closes a connection to the MongoDB database.
tMongoDBConfiguration Stores connection information and credentials to be reused by other MongoDB components.
tMongoDBConnection Creates a connection to a MongoDB database and reuse that connection in other components.
tMongoDBGridFSDelete Automates the delete action over specific files in MongoDB GridFS.
tMongoDBGridFSGet Connects to a MongoDB GridFS system to copy files from it.
tMongoDBGridFSList Retrieves a list of files based on a query.
tMongoDBGridFSProperties Obtains information about the properties of given files selected based on a query.
tMongoDBGridFSPut Connects to a MongoDB GridFS system to load files into it.
tMongoDBInput Retrieves records from a collection in the MongoDB database and transfers them to the following component for display or storage.
tMongoDBLookupInput Executes a database query with a strictly defined order which must correspond to the schema definition.
tMongoDBOutput Executes the action defined on the collection in the MongoDB database.
tMongoDBRow Executes the commands and functions of the MongoDB database.

Did this page help you?

If you find any issues with this page or its content – a typo, a missing step, or a technical error – please let us know!