Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi all,
I have some jsons that have been created, but need to modify/edit value for an attribute. Is there anyway that I can do it in talend job?
Example:
{
"Students" : {
"attributes" : [ {
"name" : "James",
"label" : "gender",
"value" : "male"
}, {
"name" : "Hanna",
"value" : "
male
} ]
},
"NonCommercialProduct" : [ { } ]
}
@not specified not specified , you have read entire json using tFileJsonInput and read and then you can modify the way generate the new json using tFilejsonOutput.
Thanks,
Manohar