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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Sending and receiving data to and fro from a html webpage

Hello,

 

I have a html webpage that is currently loading data when reading some json input. However, I really need to know how I can send a json document from Talend to the webpage, where the javaScript code of the html webpage can process it and provide my visualizations accordingly? Also, please tell me how I can run a talend job whenever I refresh the webpage?

 

To provide a summary of the application, the application is an html web application in the form of a dashboard coded using d3.js, dc.js, and some other visualization and scripting javaScript libraries. The web application must read in a json document, parse the json and provide the according charts and visualizations for my dashboard. Now whenever, I refresh the webpage, it should run the talend job to pull the data from the Oracle db, convert the data into json format, store it in the form of a document, and push this document back to my web application which will then process it using its javaScript and create the according visualizations. Please tell me how I can do mainly the two questions described above as soon as possible.

 

Any help would be greatly appreciated!

Labels (4)
1 Reply
Anonymous
Not applicable
Author

Hello,

You could use tRestClient to send json via a REST request on talend.

Please refer to this component reference about:https://help.talend.com/reader/mN51eDX~YKDNvIYUXAJtng/N~NWkWGLw7eF_KG~mUGFUQ

Best regards

Sabrina