Validating that the CSV file is imported successfully - 7.3

MongoDB

Version
7.3
Language
English
Product
Talend Big Data
Talend Big Data Platform
Talend Data Fabric
Talend Real-Time Big Data Platform
Module
Talend Studio
Content
Data Governance > Third-party systems > NoSQL components > MongoDB components
Data Quality and Preparation > Third-party systems > NoSQL components > MongoDB components
Design and Development > Third-party systems > NoSQL components > MongoDB components
Last publication date
2024-02-21

Procedure

  1. Double-click the first tMongoDBInput component to open its Basic settings view in the Component tab.
  2. From the DB Version list, select the MongoDB version you are using.
  3. In the Server and Port fields, fill in the information required for the connection to MongoDB. In this example, type in localhost and 27017.
  4. In the Database field, type in the database from which the data will be read, bookstore in this example.
  5. In the Collection field, type in the collection from which the data will be read, books in this example.
  6. Click Edit schema to define the data structure to be read from the MongoDB collection.
  7. In the Mapping table, the Column field is automatically populated with the defined schema. You do not need to fill in the Parent node path column.
  8. Double-click the first tLogRow component to open its Basic settings view in the Component tab.
  9. In the Mode area, select Table (print values in cells of a table).