Update Prem sued locations and hoems
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__PremSued_20231031.csv";
|
||||
$filename = __DIR__."/import/SDIBuilding__Locations__FTTx_PremSued_20231207.csv";
|
||||
|
||||
$db = FronkDB::singleton(ADDRESSDB_DBHOST, ADDRESSDB_DBUSER, ADDRESSDB_DBPASS, ADDRESSDB_DBNAME);
|
||||
$log = mfLoghandler::singleton();
|
||||
@@ -115,6 +115,7 @@ while($csv = fgetcsv($input, 0, ";")) {
|
||||
continue;
|
||||
}
|
||||
|
||||
if($strasse_name == "Laa GST") continue;
|
||||
if($strasse_name == "GST") continue;
|
||||
if(preg_match('/^L\d+/',$strasse_name) && !$adrcd) continue;
|
||||
|
||||
|
||||
@@ -13,7 +13,7 @@ require_once(LIBDIR."/mvcfronk/mfBase/mfBaseController.php");
|
||||
|
||||
$me = new User(1);
|
||||
|
||||
$filename = __DIR__."/import/SDIHome__Homes_PremSued_20231031.csv";
|
||||
$filename = __DIR__."/import/SDIHome__Homes_PremSued_20231207.csv";
|
||||
|
||||
$db = FronkDB::singleton(ADDRESSDB_DBHOST, ADDRESSDB_DBUSER, ADDRESSDB_DBPASS, ADDRESSDB_DBNAME);
|
||||
$log = mfLoghandler::singleton();
|
||||
|
||||
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