Hello,
I have created a report that gets the data from a json file. When I add it through "Dataset and Query Dialog" tool it returns only one field called node that is empty.
Any idea why?
Thank you very much in advance.
Hello,
I have created a report that gets the data from a json file. When I add it through "Dataset and Query Dialog" tool it returns only one field called node that is empty.
Any idea why?
Thank you very much in advance.
What does your JSON data look like?
This is the example of json file that I am passing:
[
{
"slccReponseBesoins": "44332",
"slccFrequence": "lundi/13h/j",
"slccNomDuReferent": "nom_10119 prenom_10119(Masseur-Kinésithérapeute)",
"slccPhone": "tel_10119",
"slccEmail": "",
"Author": "Et_Gestionnairedecas ET_GESTIONNAIREDECAS",
"IDNUMBER_9LV7R": "000000212588"
},
{
"slccReponseBesoins": "33114",
"slccFrequence": "mardi/18h/s",
"slccNomDuReferent": "nom_10119 prenom_10119(Masseur-Kinésithérapeute)",
"slccPhone": "tel_10119",
"slccEmail": "",
"Author": "Et_Gestionnairedecas ET_GESTIONNAIREDECAS",
"IDNUMBER_9LV7R": "000000212588"
}
]