maping planning familial
This commit is contained in:
parent
8fe6cba3db
commit
ca5ffe415e
File diff suppressed because it is too large
Load Diff
@ -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 **************
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user