Skip to content

Commit

Permalink
db,ui,samples: Propagate country rename
Browse files Browse the repository at this point in the history
  • Loading branch information
jhf committed May 22, 2024
1 parent 7f98a65 commit 2603cc6
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion app/public/enheter-selection-web-import.csv
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
tax_ident,name,birth_date,physical_address_part1,physical_postal_code,physical_postal_place,physical_region_code,physical_country_code_2,postal_address_part1,postal_postal_code,postal_postal_place,postal_region_code,postal_country_code_2,primary_activity_category_code,secondary_activity_category_code,sector_code,legal_form_code
tax_ident,name,birth_date,physical_address_part1,physical_postal_code,physical_postal_place,physical_region_code,physical_country_iso_2,postal_address_part1,postal_postal_code,postal_postal_place,postal_region_code,postal_country_iso_2,primary_activity_category_code,secondary_activity_category_code,sector_code,legal_form_code
"915737250","HÅKON BJØRNHOLT","","Sørbakkvegen 26","2054","MOGREINA","3209","NO","","","","","","01.610","","8200","ENK"
"991253777","WOENSEL AS","2007-03-20","Gamleveien 120","1475","FINSTADJORDET","3222","NO","v/ Jan Willem van Woensel Kooy/nGamleveien 120","FINSTADJORDET","1475","3222","NO","70.220","","2100","AS"
"929766792","PERSONALGRUPPE NESBYEN UNGDOMSSKOLE","2022-08-10","Beiavegen 6","3540","NESBYEN","3322","NO","","","","","","94.991","","7000","FLI"
Expand Down
2 changes: 1 addition & 1 deletion app/public/underenheter-selection-web-import.csv
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
tax_ident,legal_unit_tax_ident,name,birth_date,death_date,physical_address_part1,physical_postal_code,physical_postal_place,physical_region_code,physical_country_code_2,postal_address_part1,postal_postal_code,postal_postal_place,postal_region_code,postal_country_code_2,primary_activity_category_code,secondary_activity_category_code,employees
tax_ident,legal_unit_tax_ident,name,birth_date,death_date,physical_address_part1,physical_postal_code,physical_postal_place,physical_region_code,physical_country_iso_2,postal_address_part1,postal_postal_code,postal_postal_place,postal_region_code,postal_country_iso_2,primary_activity_category_code,secondary_activity_category_code,employees
"812008862","990888213","EQUINOR ENERGY AS SLEIPNER ØST","2012-01-01","","","4020","STAVANGER","2311","NO","Postboks 8500 Forus","STAVANGER","4035","1103","NO","06.200","",""
"812723502","990888213","EQUINOR ENERGY AS SIGYN","2002-01-01","","","","","","","Postboks 60","STAVANGER","4068","1103","NO","06.100","",""
"812728482","989795848","AKER BP ASA PL019 C","1999-02-01","","","","","","","Postboks 65","LYSAKER","1324","3201","NO","06.100","",""
Expand Down
8 changes: 4 additions & 4 deletions samples/norway/brreg-draw-samples-01-schema.sql
Original file line number Diff line number Diff line change
Expand Up @@ -66,12 +66,12 @@ SELECT "organisasjonsnummer" AS tax_ident
, "forretningsadresse.postnummer" AS physical_postal_code
, "forretningsadresse.poststed" AS physical_postal_place
, "forretningsadresse.kommunenummer" AS physical_region_code
, "forretningsadresse.landkode" AS physical_country_code_2
, "forretningsadresse.landkode" AS physical_country_iso_2
, "postadresse.adresse" AS postal_address_part1
, "postadresse.poststed" AS postal_postal_code
, "postadresse.postnummer" AS postal_postal_place
, "postadresse.kommunenummer" AS postal_region_code
, "postadresse.landkode" AS postal_country_code_2
, "postadresse.landkode" AS postal_country_iso_2
, "naeringskode1.kode" AS primary_activity_category_code
, "naeringskode2.kode" AS secondary_activity_category_code
, "institusjonellSektorkode.kode" AS sector_code
Expand Down Expand Up @@ -128,12 +128,12 @@ SELECT "organisasjonsnummer" AS tax_ident
, "beliggenhetsadresse.postnummer" AS physical_postal_code
, "beliggenhetsadresse.poststed" AS physical_postal_place
, "beliggenhetsadresse.kommunenummer" AS physical_region_code
, "beliggenhetsadresse.landkode" AS physical_country_code_2
, "beliggenhetsadresse.landkode" AS physical_country_iso_2
, "postadresse.adresse" AS postal_address_part1
, "postadresse.poststed" AS postal_postal_code
, "postadresse.postnummer" AS postal_postal_place
, "postadresse.kommunenummer" AS postal_region_code
, "postadresse.landkode" AS postal_country_code_2
, "postadresse.landkode" AS postal_country_iso_2
, "naeringskode1.kode" AS primary_activity_category_code
, "naeringskode2.kode" AS secondary_activity_category_code
, "antallAnsatte" AS employees
Expand Down
8 changes: 4 additions & 4 deletions samples/norway/history/create.sql
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@ SELECT "organisasjonsnummer" AS tax_ident
, "forretningsadresse.postnummer" AS physical_postal_code
, "forretningsadresse.poststed" AS physical_postal_place
, "forretningsadresse.kommunenummer" AS physical_region_code
, "forretningsadresse.landkode" AS physical_country_code_2
, "forretningsadresse.landkode" AS physical_country_iso_2
, "postadresse.adresse" AS postal_address_part1
, "postadresse.poststed" AS postal_postal_code
, "postadresse.postnummer" AS postal_postal_place
, "postadresse.kommunenummer" AS postal_region_code
, "postadresse.landkode" AS postal_country_code_2
, "postadresse.landkode" AS postal_country_iso_2
, "naeringskode1.kode" AS primary_activity_category_code
, "naeringskode2.kode" AS secondary_activity_category_code
, "institusjonellSektorkode.kode" AS sector_code
Expand All @@ -37,12 +37,12 @@ SELECT "organisasjonsnummer" AS tax_ident
, "beliggenhetsadresse.postnummer" AS physical_postal_code
, "beliggenhetsadresse.poststed" AS physical_postal_place
, "beliggenhetsadresse.kommunenummer" AS physical_region_code
, "beliggenhetsadresse.landkode" AS physical_country_code_2
, "beliggenhetsadresse.landkode" AS physical_country_iso_2
, "postadresse.adresse" AS postal_address_part1
, "postadresse.poststed" AS postal_postal_code
, "postadresse.postnummer" AS postal_postal_place
, "postadresse.kommunenummer" AS postal_region_code
, "postadresse.landkode" AS postal_country_code_2
, "postadresse.landkode" AS postal_country_iso_2
, "naeringskode1.kode" AS primary_activity_category_code
, "naeringskode2.kode" AS secondary_activity_category_code
, "antallAnsatte" AS employees
Expand Down

0 comments on commit 2603cc6

Please sign in to comment.