I tried everything but my aggregator doesn’t find any data structure, even though I have some in my Json module. I’m starting to think that something more is needed. Should the name of the output keys be the same as the name of the keys of my Json?
Here what my scenario looks like :
blueprint(2).json (24.2 KB)
Here’s what my sheets looks like.
And how my Json should look like:
[
{
“offres_partenaire”: [
{ “reference”: “QFYI”, “allergenes”: [0,0,0,0,0,0,0,0,0,0,0,0,0,0], “accessoire”: “”, “id”: 0, “class”: “Animation”, “nom”: “1”, “titre”: “E…”, “description”: “…”, “cost”: 1.5, “qty”: 1, “unit”: “Animation”, “actif_from”: 1, “option_from”: -1, “option_cost”: 1, “type_prestation”: [1,1,1], “remove_price”: 0.5, “temp”: “”, “img”: “…jpg”},
{ “reference”: “QFYI”,“allergenes”: [0,0,0,0,0,0,0,0,0,0,0,0,0,0], “accessoire”: “”, “id”: 1, “class”: “Animation”, “nom”: “2”, “titre”: “…”,“description”: “…”, “cost”: 2.5, “qty”: 1, “unit”: “Animation”, “actif_from”: 1, “option_from”: -1, “option_cost”: 1, “type_prestation”: [1,1,1], “remove_price”: 0.75, “temp”: “”, “img”: “…jpg”}
]
},
{
“offres_partenaire”: [
{ “reference”: “QFYI”,“allergenes”: [0,0,0,0,0,0,0,0,0,0,0,0,0,0], “accessoire”: “verre_soft”, “id”: 1, “class”: “Spiritueux”, “nom”: “1”, “titre”: …", “description”: “…”, “cost”: 4, “qty”: 2, “unit”: “Verres”, “actif_from”: 50, “option_from”: -1, “option_cost”: 1.8, “type_prestation”: [1,1,1], “remove_price”: 0.9, “temp”: “”, “img”: “…jpg”},
{ “reference”: “QFYI”,“allergenes”: [0,0,0,0,0,0,0,0,0,0,0,0,0,0], “accessoire”: “verre_soft”, “id”: 2, “class”: “Boisson”, “nom”: “2”, “titre”: “…”, “description”: “…”, “cost”: 0.5, “qty”: 1, “unit”: “Verres”, “actif_from”: 50, “option_from”: -1, “option_cost”: 1.8, “type_prestation”: [1,1,1], “remove_price”: 0.9, “temp”: “”, “img”: “…jpg”}
]
},
…
…
]