Skip to content

Commit

Permalink
Updated structure
Browse files Browse the repository at this point in the history
  • Loading branch information
BigDataKatha committed Oct 26, 2023
1 parent d93e309 commit 073be0b
Showing 1 changed file with 18 additions and 13 deletions.
31 changes: 18 additions & 13 deletions tables/core_dictionary_001.pros.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,25 +2,30 @@
"locationcode": "AAD",
"locationcodetype": "AIRPORT",
"airportgeoid": "123456",
"airportname_en": "Adado Airport",
"airportname_es": "Aeroporto de Adado",
"airportname_fr": "Aéroport Adado",
"airportname_pt": "Aeroporto de Adado",
"citycode": "AAD",
"airportnames": [{
"en": "Adado Airport",
"es": "Aeroporto de Adado",
"fr": "Aéroport Adado",
"pt": "Aeroporto de Adado"
}],
"citygeoid": "1234567",
"cityname_en": "Adado",
"cityname_es": "Adado",
"cityname_fr": "Adado",
"cityname_pt": "Adão",
"citynames": [{
"en": "Adado",
"es": "Adado",
"fr": "Adado",
"pt": "Adão"
}],
"stateisocode": null,
"stategeoid": "90735920",
"countryisocode": "SO",
"countryatpcocode": "SO",
"countrygeoid": "9752839",
"countryname_en": "Somalia",
"countryname_es": "Somalia",
"countryname_fr": "Somalie",
"countryname_pt": "Somália",
"countrynames": [{
"en": "Somalia",
"es": "Somalia",
"fr": "Somalie",
"pt": "Somália"
}],
"areaiatacode": "2",
"continentcode": "AF",
"subregioniatacode": "",
Expand Down

0 comments on commit 073be0b

Please sign in to comment.