Added Import for Large CSV

This commit is contained in:
James Richie
2026-05-21 19:16:27 -04:00
parent 3c5401f82b
commit 8a3cb15e55
22 changed files with 1571 additions and 317 deletions
+7
View File
@@ -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
+9
View File
@@ -0,0 +1,9 @@
<?php
declare(strict_types=1);
$basePath = realpath(__DIR__ . '/..');
require_once $basePath . '/classes/Process_ImportRequest.php';
(new Process_ImportRequest())->process();
?>
+10
View File
@@ -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