|
11 | 11 | " for Ecomaison dataset"
|
12 | 12 | ),
|
13 | 13 | params={
|
| 14 | + "column_transformations": [ |
| 15 | + { |
| 16 | + "origin": "siret", |
| 17 | + "transformation": "clean_siret", |
| 18 | + "destination": "siret", |
| 19 | + }, |
| 20 | + ], |
14 | 21 | "column_mapping": {
|
15 | 22 | "id_point_apport_ou_reparation": "identifiant_externe",
|
16 | 23 | "type_de_point_de_collecte": "acteur_type_id",
|
17 |
| - "exclusivite_de_reprisereparation": "exclusivite_de_reprisereparation", |
18 |
| - "uniquement_sur_rdv": "uniquement_sur_rdv", |
19 |
| - "public_accueilli": "public_accueilli", |
20 |
| - "reprise": "reprise", |
21 | 24 | "enseigne_commerciale": "nom_commercial",
|
22 |
| - "telephone": "telephone", |
23 |
| - "email": "email", |
24 |
| - "siret": "siret", |
25 |
| - "produitsdechets_acceptes": "produitsdechets_acceptes", |
26 |
| - "labels_etou_bonus": "labels_etou_bonus", |
27 |
| - "point_de_reparation": "point_de_reparation", |
28 | 25 | "ecoorganisme": "source_id",
|
29 | 26 | "site_web": "url",
|
30 |
| - "adresse_format_ban": "adresse_format_ban", |
31 | 27 | "nom_de_lorganisme": "nom",
|
32 |
| - "perimetre_dintervention": "perimetre_dintervention", |
33 | 28 | "longitudewgs84": "longitude",
|
34 | 29 | "latitudewgs84": "latitude",
|
35 | 30 | },
|
|
0 commit comments