Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
I've installed all components from feature manager however it is not showing when i search in palette.
Dou you have any idea?
thanks
Hello @YunusEmre
I tried the same as you did, but I don't have the tMongoDB components. After a quick search, I found out that they are not available in Talend Data Integration.
According to help.qlik.com :
You will probably need to use a JDBC connector. Use the JAR URL along with the JDBC connection string, which should look like this:
jdbc:mongodb:Server=MyServer;Port=27017;Database=test;User=test;Password=Password;
Then, use the tJDBCInput component to connect to your database.
Goodluck
- Quentin
Hello @YunusEmre
I tried the same as you did, but I don't have the tMongoDB components. After a quick search, I found out that they are not available in Talend Data Integration.
According to help.qlik.com :
You will probably need to use a JDBC connector. Use the JAR URL along with the JDBC connection string, which should look like this:
jdbc:mongodb:Server=MyServer;Port=27017;Database=test;User=test;Password=Password;
Then, use the tJDBCInput component to connect to your database.
Goodluck
- Quentin