Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Join us in Bucharest on Sept 18th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Talend ETL - Mapping Java Object to Oracle Connection

Hi, i am new in using Talend.

 

I have a java class that call gmail api and return the emails. Then i want to insert the emails to the database (Oracle). How to map the email object that returned from java code to Database?

Labels (3)
11 Replies
fdenis
Master
Master

"Insert INTO ....'" + email.threadId + "'," + "...."
did you add ' around SQL String?

Anonymous
Not applicable
Author

Thank you, it is worked.

I made simple mistake.