Hi
Use tFileInputRaw to the whole file as a string, and then manipulate the string on a tJavaRow like this:
tFileInputRaw--main--tJavaRow--main--tFileOutputRaw
on tJavaRow:
output_row.content ="";
tFileOutputRaw, generated a new json file based on the updated file content.
Regards
Shong