Talend to Zoho CRM integration (fails on insert/update)
Hi all,
I'm trying to use Talend to integrate Zoho CRM with the SQL Database. For that I'm using this driver .
The job extracts data from Zoho correctly but fails on output component which is update or insert to Zoho CRM with the error:
XcoreXzohocrmX150X5816.drc: Add batch requires a string parameter.
at XcoreXzohocrmX150X5816.yoc.addBatch(Unknown Source)
at zoho_cis.sync_0_1.sync.tMSSqlInput_1Process(sync.java:5482)
at zoho_cis.sync_0_1.sync.runJobInTOS(sync.java:5985)
at zoho_cis.sync_0_1.sync.main(sync.java:5835)
Any idea how to fix this?