-
Double-click tMongoDBConnection to open
its Basic settings view.
-
From the DB Version list, select the
MongoDB version you are using.
-
In the Server and Port fields, enter the connection details.
In the Database field, enter the name of the MongoDB
database.
-
Double-click tFixedFlowInput to open its
Basic settings view.
Select Use Inline Content (delimited
file) in the Mode
area.
In the Content field, enter the data to write to the
MongoDB database, for example:
1;Andy;Open Source Outlook;Open Source,Talend;Talend, the leader of the open source world...
3;Andy;ELT Overview;ELT,Talend;Talend, the big name in the ELT circle...
2;Andy;Data Integration Overview;Data Integration,Talend;Talend, the leading player in the DI field...
-
Double-click tMongoDBOutput to open its
Basic settings view.
Select the Use existing connection and
Drop collection if exist check
boxes.
In the Collection field, enter the name
of the collection, namely blog.
-
Click the [...] button next to Edit schema to open the schema editor.
-
Click the [+] button to add five columns
in the right part, namely id, author, title, keywords and
contents, with the type as Integer and String respectively.
Click

to copy all the columns to the input table.
Click Ok to close the editor.
-
The columns now appear in the left part of the Mapping area.
For columns author, title, keywords and
contents, enter their parent node
post. By doing so, those nodes reside
under the node post in the MongoDB
collection.
-
Double-click tMongoDBInput to open its
Basic settings view.
Select the Use existing connection check
box.
In the Collection field, enter the name
of the collection, namely blog.
-
Click the [...] button next to Edit schema to open the schema editor.
-
Click the [+] button to add five columns,
namely id, author, title, keywords and contents, with the type as Integer and String
respectively.
Click OK to close the editor.
-
The columns now appear in the left part of the Mapping area.
For columns author, title, keywords and contents,
enter their parent node post so that the
data can be retrieved from the correct positions.
-
In the Sort by area, click the [+] button to add one line and enter id under Column.
Select asc from the Order asc or desc? column to the right of the id column. This way, the retrieved records will
appear in ascending order of the id
column.