Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
how to change the html data using json in talend?
Hello,
Could you please elaborate your case with an example with input and expected output values?
Best regards
Sabrina
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