Hi @arkiboys ,
Thank you for posting query in Microsoft Q&A Platform.
As per my understanding you would like to replace data inside json file using dataflows. Kindly correct me if I am wrong.
Here your intention is randomly to replace data inside json file. So that means here we should consider taking entire json file as single column data and then use derived column transformation with replace() function in it to do our job.
To achieve this, we should consider using csv type dataset on top of our json file with no delimiters for rows and columns. Kindly check below images for better idea.
Dataset for json file with DelimitedText as formatter.
use above dataset as source transformation and then use derived transformation to replace desired values.
Hope this helps. Please let us know if any further queries. Thank you.
------------
Please consider hitting Accept Answer
. Accepted answers helps community as well.