Prem Nord Location & Home update
This commit is contained in:
@@ -13,7 +13,7 @@ require_once(LIBDIR."/mvcfronk/mfBase/mfBaseController.php");
|
||||
|
||||
$me = new User(1);
|
||||
|
||||
$filename = __DIR__."/import/SDIBuilding__Locations__FTTx_PremNord_20230808.csv";
|
||||
$filename = __DIR__."/import/SDIBuilding__Locations__FTTx_PremNord_20231013.csv";
|
||||
|
||||
$db = FronkDB::singleton(ADDRESSDB_DBHOST, ADDRESSDB_DBUSER, ADDRESSDB_DBPASS, ADDRESSDB_DBNAME);
|
||||
$log = mfLoghandler::singleton();
|
||||
@@ -119,7 +119,7 @@ while($csv = fgetcsv($input, 0, ";")) {
|
||||
if($hausnummer_extref == "25013230") continue; // ziegelstraße 32 doppelt
|
||||
if($hausnummer_extref == "25012523") continue; // Hauptstrasse 134 doppelt
|
||||
|
||||
if($strasse_name == "Schweizerweg") continue;
|
||||
//if($strasse_name == "Schweizerweg") continue;
|
||||
if($strasse_name == "Am Seegrund Parz.") continue;
|
||||
if($strasse_name == "Seering Parz.") {
|
||||
$strasse_name = "Seering";
|
||||
|
||||
@@ -13,7 +13,7 @@ require_once(LIBDIR."/mvcfronk/mfBase/mfBaseController.php");
|
||||
|
||||
$me = new User(1);
|
||||
|
||||
$filename = __DIR__."/import/SDIHome__Homes_PremNord_20231002.csv";
|
||||
$filename = __DIR__."/import/SDIHome__Homes_PremNord_20231013.csv";
|
||||
|
||||
$db = FronkDB::singleton(ADDRESSDB_DBHOST, ADDRESSDB_DBUSER, ADDRESSDB_DBPASS, ADDRESSDB_DBNAME);
|
||||
$log = mfLoghandler::singleton();
|
||||
@@ -40,8 +40,7 @@ $hausnummer_extref_trans = [
|
||||
];
|
||||
|
||||
$hausnummer_extref_ignore = [
|
||||
"25010649",
|
||||
"25012523"
|
||||
"25012523" // hauptstraasse 134
|
||||
];
|
||||
|
||||
$wohnextref_zusatz = [
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user