0

I'm using Talend ESB tool.Is it possible to copy data from "excel to mongodb" and "MySQL to mongodb" ? If it is yes, how to create the jobs? OR else any other way to achieve this?

user3114967
  • 639
  • 5
  • 15
  • 38

1 Answers1

1

If you don't have you need to import MongoDB component in Talend.

Tutorial to Import : Here

After you need a job that do :

tFileInputExcel -> tMap -> TMongoDBOutput

And a second :

tMySQLInput -> tMap -> TMongoDBOutput

You need to configure MySQL parameter and TmongoDB parameter in order to have a successful connection.

Community
  • 1
  • 1
Théo Capdet
  • 1,042
  • 3
  • 18
  • 34