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

Announcements
Join us in Bucharest on Sept 18th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
mgsteiner
Contributor
Contributor

HTML file out of a JSON file

Dear all,

I'm currently working in a Talend job to get information about Virual Machines hosted in a VMWare server and create an HTML file as a final output, so we can see the results in a browser

So, using the VMWare API I'm getting a JSON file with VMs info and here is the question:

Is it any possibility in Talend to create a HTML file or any other output file based on a JSON file which can be visualized in a browser ?

Any suggestion would be very appreciated.

Thanks a lot

BR

Max

Labels (2)
1 Reply
mgsteiner
Contributor
Contributor
Author

But the is the other way around. Maybe I was not clear enough.

I would like to create a HTML file with the content of a JSON file. So, is there a way to parse a JSON file in oder to create a HTML file?