Added Import for Large CSV
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
#!/bin/bash
|
||||
# -- Development --
|
||||
cd /var/www/html/clients/dec-international/ahrhousingreport
|
||||
# -- Production --
|
||||
#cd /var/www/html/webapps/dec-international/ahrhousingreport
|
||||
php ./scripts/ImportRequest_Worker.php
|
||||
|
||||
@@ -0,0 +1,9 @@
|
||||
<?php
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
$basePath = realpath(__DIR__ . '/..');
|
||||
require_once $basePath . '/classes/Process_ImportRequest.php';
|
||||
|
||||
(new Process_ImportRequest())->process();
|
||||
?>
|
||||
@@ -0,0 +1,10 @@
|
||||
2025-11-14 22:35 PM : **************************************************
|
||||
2025-11-14 22:35 PM : Starting Migration of RDI Users
|
||||
2025-11-14 22:35 PM : Processing RDI Users
|
||||
2025-11-14 22:35 PM : Processed 10 records...
|
||||
2025-11-14 22:35 PM : Processed 20 records...
|
||||
2025-11-14 22:35 PM : Processed 30 records...
|
||||
2025-11-14 22:35 PM : Processed 40 records...
|
||||
2025-11-14 22:35 PM : Processed 50 records...
|
||||
2025-11-14 22:35 PM : Processed 60 records...
|
||||
2025-11-14 22:35 PM : RDI Users Migration Process Complete
|
||||
Reference in New Issue
Block a user