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: 
Anonymous
Not applicable

working with html and json

how to change the html data using json in talend?

Labels (3)
2 Replies
Anonymous
Not applicable
Author

Hello,

Could you please elaborate your case with an example with input and expected output values?

Best regards

Sabrina

Anonymous
Not applicable
Author

 

i have an html file like bellow:

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML>
<HEAD>
<TITLE> New Document </TITLE>

</HEAD>

<BODY>
            hello {name}
           welcome to {location}
</BODY>
</HTML>

for this i want change the name and location using the json file

 

{"start": {
"name": "Sunshine Department Store",
"location": "Wangfujing Street",
}
}

for this when i change the name and location in json file  it will add in the html file

 

thanks & reguards

daya