in data 12-19-2024 10:23 AM
É que os tudo que é referente ao mesmo item deve estar dentro do mesmo objeto daquele equipamento, assim que funciona a uma estrutura json
in data 12-19-2024 10:35 AM
@leandrofeder wrote:
É que os tudo que é referente ao mesmo item deve estar dentro do mesmo objeto daquele equipamento, assim que funciona a uma estrutura json
Translated with deepl:
It's just that everything that refers to the same item must be inside the same object of that equipment, that's how a json structure works.
You wrote about 'how remove the duplicates of my JSON'. But I don't see any duplicates.
What is your expected JSON structure?
Do you want something like: EQ1 { TCP { 1{}, 2{}, 3{} } }, EQ2 { TCP { 1{}, 2{}, 3{} } } ?
in data 12-19-2024 11:01 AM
I'm sorry for my bad English, but that's exactly what I need
EQ1 { TCP { 1{}, 2{}, 3{} } }, EQ2 { TCP { 1{}, 2{}, 3{} } }
in data 12-19-2024 12:53 PM
Could you help me with this?
in data 12-19-2024 03:08 PM
I do not use JSONText in this way usually, but this would get you there without having to define the cluster.
Defining the cluster seems comparatively easier, if it is fixed.
in data 12-19-2024 03:59 PM
in data 12-20-2024 04:41 AM
Thank you so much, work's perfectly