mirror of
https://github.com/Hestia-Homes/Model.git
synced 2026-07-12 13:29:04 +00:00
debugging xml parser
This commit is contained in:
parent
a5bd856bad
commit
cdb1bebddc
1 changed files with 4 additions and 2 deletions
|
|
@ -107,6 +107,7 @@ class XmlParser:
|
||||||
|
|
||||||
BUILT_FORM_MAP = {
|
BUILT_FORM_MAP = {
|
||||||
"1": "Detached",
|
"1": "Detached",
|
||||||
|
"3": "End-Terrace",
|
||||||
"4": "Mid-Terrace",
|
"4": "Mid-Terrace",
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
@ -123,8 +124,9 @@ class XmlParser:
|
||||||
}
|
}
|
||||||
|
|
||||||
TENURE_MAP = {
|
TENURE_MAP = {
|
||||||
'1': "Owner-occupied",
|
"1": "Owner-occupied",
|
||||||
"2": "Rented (social)"
|
"2": "Rented (social)",
|
||||||
|
"3": "Rented (private)",
|
||||||
}
|
}
|
||||||
|
|
||||||
TARIFF_MAP = {
|
TARIFF_MAP = {
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue