Hello,
I am translating a large JSON file. The way I decided to go about it is to split it in key/value pairs, and translate each one individually, then aggregate them to a google doc. The issue is that I can’t get the aggregation to work, it’s showing only 1 key/value in the doc. Can someone tell me what I am doing wrong?
blueprint.json (17.9 KB)
Hi @Ares_Sanchez, I would get the whole big string, then use iterator for each line (setting “split(variable;newline)”. if line contains " then pass it to translator which will replace words in “—” and pass the whole line, else pass the whole line without modification. in the end, we’ll use text aggregator with separator newline. That should do it.
If you have more questions, please mention me.