1
resposta

conveter csv em json nested array com python para chamada em API

*CSV inicial: * https://drive.google.com/file/d/1Kuh2eT0-NTfXVE4azAKEuWa78xwbKjYB/view?usp=sharing

*JSON final necessário: *

{"trackedEntityInstances": [ { "trackedEntityType": "g43kbxEUQ6F", "orgUnit": "bXYV1xXKVGh", "trackedEntityInstance": "EvW8jVVSHqF", "attributes": [ { "attribute": "sguXowxBqz9", "value": "314.686.200-01" }, { "attribute": "HvxkyYpFhje", "value": "teste1" } ], "enrollments": [ { "orgUnit": "bXYV1xXKVGh", "trackedEntityType": "g43kbxEUQ6F", "trackedEntityInstance":"EvW8jVVSHqF", "program": "c0qBnYWtxMM", "enrollmentDate": "2022-10-01T12:05:00.000", "incidentDate": "2022-10-01T12:05:00.000" } ] }, { "trackedEntityType": "g43kbxEUQ6F", "orgUnit": "bXYV1xXKVGh", "trackedEntityInstance": "EvW8jVVSHq2", "attributes": [ { "attribute": "sguXowxBqz9", "value": "314.686.200-02" }, { "attribute": "HvxkyYpFhje", "value": "teste2" } ], "enrollments": [ { "orgUnit": "bXYV1xXKVGh", "trackedEntityType": "g43kbxEUQ6F", "trackedEntityInstance":"EvW8jVVSHq2", "program": "c0qBnYWtxMM", "enrollmentDate": "2022-10-01T12:05:00.000", "incidentDate": "2022-10-01T12:05:00.000" } ] } ]

materiais consultados: https://python-forum.io/thread-15288.html

1 resposta

Oi Gregório,

Vc já tem algum código que tentou fazer e está com erro? O que exatamente vc fez?

Além disso, o .csv que vc disponibilizou não pode ser baixado.

Insira aqui a descrição dessa imagem para ajudar na acessibilidade