From 6072f4afbc6ba8c01c3f75d75b996117bf643520 Mon Sep 17 00:00:00 2001 From: "francesco.mangiacrapa" Date: Fri, 17 Mar 2023 12:16:48 +0100 Subject: [PATCH] Fixed mapping (see #24784) --- D4S_UCDs/DEV/devVRE/Concessioni.json | 8 ++++---- D4S_UCDs/DEV/devVRE/Concessioni_estere.json | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/D4S_UCDs/DEV/devVRE/Concessioni.json b/D4S_UCDs/DEV/devVRE/Concessioni.json index 53a8d33..6acc9d8 100644 --- a/D4S_UCDs/DEV/devVRE/Concessioni.json +++ b/D4S_UCDs/DEV/devVRE/Concessioni.json @@ -197,13 +197,13 @@ "type": "TEXT" }, { - "name": "anno", - "path": "$._theDocument.dataFineProgetto", + "name": "data_inizio_progetto", + "path": "$._theDocument.dataInizioProgetto", "type": "TEXT" }, { "name": "descrizione", - "path": "$._theDocument.iontroduzione", + "path": "$._theDocument.introduzione", "type": "TEXT" }, { @@ -252,7 +252,7 @@ "type": "TEXT" }, { - "name": "date_scavo", + "name": "data_fine_progetto", "path": "$._theDocument.dataFineProgetto", "type": "TEXT" }, diff --git a/D4S_UCDs/DEV/devVRE/Concessioni_estere.json b/D4S_UCDs/DEV/devVRE/Concessioni_estere.json index d2fdd39..6be515c 100644 --- a/D4S_UCDs/DEV/devVRE/Concessioni_estere.json +++ b/D4S_UCDs/DEV/devVRE/Concessioni_estere.json @@ -170,13 +170,13 @@ "type": "TEXT" }, { - "name": "anno", - "path": "$._theDocument.dataFineProgetto", + "name": "data_inizio_progetto", + "path": "$._theDocument.dataInizioProgetto", "type": "TEXT" }, { "name": "descrizione", - "path": "$._theDocument.iontroduzione", + "path": "$._theDocument.introduzione", "type": "TEXT" }, { @@ -225,7 +225,7 @@ "type": "TEXT" }, { - "name": "date_scavo", + "name": "data_fine_progetto", "path": "$._theDocument.dataFineProgetto", "type": "TEXT" },