Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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?
"Insert INTO ....'" + email.threadId + "'," + "...."
did you add ' around SQL String?
Thank you, it is worked.
I made simple mistake.