Hi @ria ,
Here is my workflow
So For the moment I just keep the table into the json (keep Data Only node) but I’d like to avoid this step and directly to read the Data into the complete Json.
Here is an exemple of the raw file (before the Keep Data Only node)
[
{
“json”: {
“status”: 200,
“success”: true,
“last_update”: 113,
“count”: 26089,
“messages”: ,
“data”: [
{
“event_id_cnty”: “BFO12566”,
“event_date”: “2024-09-13”,
“year”: “2024”,
“time_precision”: “1”,
“disorder_type”: “Political violence”,
“event_type”: “Battles”,
“sub_event_type”: “Armed clash”,
“actor1”: “JNIM: Group for Support of Islam and Muslims”,
“assoc_actor_1”: “”,
“inter1”: “2”,
“actor2”: “Police Forces of Burkina Faso (2022-)”,
“assoc_actor_2”: “”,
“inter2”: “1”,
“interaction”: “12”,
“civilian_targeting”: “”,
“iso”: “854”,
“region”: “Western Africa”,
“country”: “Burkina Faso”,
“admin1”: “Boucle du Mouhoun”,
“admin2”: “Nayala”,
“admin3”: “Yaba”,
“location”: “Lah”,
“latitude”: “12.8000”,
“longitude”: “-2.9833”,
“geo_precision”: “1”,
“source”: “Undisclosed Source”,
“source_scale”: “Local partner-Other”,
“notes”: “On 13 September 2024, JNIM militants attacked a patrol of special police unit (GUMI) in the village of Lah (Yaba, Nayala). Casualties unknown.”,
“fatalities”: “0”,
“tags”: “”,
“timestamp”: “1726526020”
},
{
“event_id_cnty”: “BFO12571”,
“event_date”: “2024-09-13”,
“year”: “2024”,
“time_precision”: “1”,
“disorder_type”: “Political violence”,
“event_type”: “Battles”,
“sub_event_type”: “Armed clash”,
“actor1”: “JNIM: Group for Support of Islam and Muslims”,
“assoc_actor_1”: “”,
“inter1”: “2”,
“actor2”: “VDP: Volunteer for Defense of Homeland”,
“assoc_actor_2”: “”,
“inter2”: “4”,
“interaction”: “24”,
“civilian_targeting”: “”,
“iso”: “854”,
“region”: “Western Africa”,
“country”: “Burkina Faso”,
“admin1”: “Nord”,
“admin2”: “Loroum”,
“admin3”: “Solle”,
“location”: “Solle”,
“latitude”: “14.1219”,
“longitude”: “-2.1144”,
“geo_precision”: “2”,
“source”: “Al Zallaqa”,
“source_scale”: “New media”,
“notes”: “On 13 September 2024, JNIM claimed to have ambushed volunteer fighters (VDP) between Solle and Tibou (Solle, Loroum). The ambush resulted in human and material losses, the statement claimed. Unknown fatalities coded to 3.”,
“fatalities”: “3”,
“tags”: “”,
“timestamp”: “1726526020”
},
],
“filename”: “-Western_Africa”
},
“pairedItem”: {
“item”: 0
}
}
]
Thanks