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

Announcements
Discover how organizations are unlocking new revenue streams: Watch here
cancel
Showing results for 
Search instead for 
Did you mean: 
tnewbie
Creator II
Creator II

Passing context values to tMongoDBRow

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.

Labels (3)
1 Solution

Accepted Solutions
angamuthu1
Contributor II
Contributor II

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

View solution in original post

2 Replies
angamuthu1
Contributor II
Contributor II

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

Anonymous
Not applicable

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