diff --git a/lib/formatters/csv-legacy.cjs b/lib/formatters/csv-legacy.cjs index c8f980d3..b643124b 100644 --- a/lib/formatters/csv-legacy.cjs +++ b/lib/formatters/csv-legacy.cjs @@ -28,6 +28,9 @@ function getSource(rawSource) { function adresseToRow(a) { return { id: a.cleInterop, + id_ban_adresse: a.banId || '', + id_ban_toponyme: a.banIdMainCommonToponym || '', + id_ban_district: a.banIdDistrict || '', id_fantoir: getIdFantoirField(a.codeCommune, a.idVoie) || '', numero: a.numero, rep: a.suffixe || '', @@ -60,6 +63,8 @@ function adresseToRow(a) { function lieuDitToRow(a) { return { id: a.idVoie, + id_ban_toponyme: a.banId || '', + id_ban_district: a.banIdDistrict || '', nom_lieu_dit: a.nomVoie, code_postal: a.codePostal || '', code_insee: a.codeCommune,