Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
{ "COD_AGENCIA":"521800300", "NAME":"AGENCIA01"},
{ "COD_AGENCIA":"521999999", "NAME":"AGENCIA02"},
...
(20 other values)
...
{"COD_MUN":"5202155","NOME_MUN":"CITY01"},
{"COD_MUN":"5202502","NOME_MUN":"CITY02"},
...
{"COD_AGENCIA":"521800300",
"NAME":"AGENCIA01",
"CIDADES":[{"COD_MUN":"5202155","NOME_MUN":"CITY01"},
{"COD_MUN":"5202502","NOME_MUN":"CITY02"}
]
}
{"COD_AGENCIA":"521999999",
"NAME":"AGENCIA02",
"CIDADES":[{"COD_MUN":"5244887","NOME_MUN":"CITY03"},
{"COD_MUN":"5254522","NOME_MUN":"CITY04"}
]
}
When I turn on the output of the last tExtractJSONField in a tLog, the codes and names of all the cities at once they are printed. If I change the tLog for a tFileOutputJSON, the final file contains only the last iteration called cities.