Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello All,
I need to pass an incoming value to tMongoDBRow component. I tried using a context variable and/or an incoming flow port value (eg. previous_component.field_name) but an getting an error "JSON reader was expecting a value but found 'context' "
Any thoughts on how to overcome the issue.
As we do with any traditionally RDBMS, I tried constructing the Query and Update Statements and it worked. Double quotes were the ones that were causing an issue, after careful revisit, I could get over the issue. Thanks everyone
As we do with any traditionally RDBMS, I tried constructing the Query and Update Statements and it worked. Double quotes were the ones that were causing an issue, after careful revisit, I could get over the issue. Thanks everyone
Hello,
Thanks for sharing your solution with us.
Here is also article about: https://community.talend.com/s/article/Dynamic-ingestion-of-data-to-an-Oracle-database-jkptX
Hope it will be helpful for your further processing.
Best regards
Sabrina