read data from a json array
- New
- How-to
-
JOSE WILLIAM ROMERO OLIVOS
- PowerBuilder
- Monday, 19 May 2025 09:14 PM UTC
Good morning, gentlemen. I hope someone can help me with this issue. I have this JSON file, and I need to read the email data. As such, this field can contain one or more emails.
To read the object's data, I use the importJSON function to a datawindow. But I haven't been able to read the data from the email array. I appreciate the help.
[
{
"canalDeEntrega": "0",
"email": [
"terrtsoporte@gmail.com"
],
"nitProveedorReceptor": "",
"telefono": "",
"mensajePersonalizado": "Enviado por corr",
"fechaProgramada": "",
"entregaEstatus": "200",
"entregaEstatusDescripcion": "Send",
"entregaFecha": "2025-05-19 00:00:00+00:00",
"recepcionEmailComentario": "",
"recepcionEmailEstatus": "0",
"recepcionEmailFecha": "",
"recepcionEmailIPAddress": "",
"LeidoEstatus": "",
"LeidoFecha": "",
"LeidoEmailIPAddress": null
}
]
Find Questions by Tag
Helpful?
If a reply or comment is helpful for you, please don’t hesitate to click the Helpful button. This action is further confirmation of their invaluable contribution to the Appeon Community.