maping planning familial

This commit is contained in:
Tykayn 2024-10-22 00:53:04 +02:00 committed by tykayn
parent 8fe6cba3db
commit ca5ffe415e
2 changed files with 6 additions and 6310 deletions

File diff suppressed because it is too large Load Diff

View File

@ -23,7 +23,6 @@ const MappingPlanningFamlial: MappingConfigType = {
boolean_keys: [], boolean_keys: [],
tags_to_ignore_if_value_is: ['Non renseigne'], tags_to_ignore_if_value_is: ['Non renseigne'],
tags: { tags: {
// ******* opendata de toulouse START **************
nom : { nom : {
key_converted: 'name', key_converted: 'name',
convert_to_name: true, convert_to_name: true,
@ -32,6 +31,12 @@ const MappingPlanningFamlial: MappingConfigType = {
key_converted: 'contact:phone', key_converted: 'contact:phone',
convert_to_phone: true, convert_to_phone: true,
}, },
"contact:website":"contact:website",
"family_planning:handles:violences" : "family_planning:handles:violences",
"family_planning:handles:sexualities" : "family_planning:handles:sexualities",
"family_planning:handles:detection" : "family_planning:handles:detection",
"family_planning:handles:abortion" : "family_planning:handles:abortion",
"family_planning:handles:contraception" : "family_planning:handles:contraception",
// ******* opendata de toulouse END ************** // ******* opendata de toulouse END **************
} }
} }