Skip to content

Commit 3335072

Browse files
committed
Ireland 2023-3
1 parent 58cf4ae commit 3335072

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

app/Console/Commands/excel/Ireland.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,6 @@ public function __construct() {
4040
public function handle() {
4141
Log::info('Loading Irish Excel File');
4242

43-
Excel::import(new IrelandEventsImport(), 'ireland-2023-2.xlsx', 'excel');
43+
Excel::import(new IrelandEventsImport(), 'ireland-2023-3.xlsx', 'excel');
4444
}
4545
}

app/Imports/IrelandEventsImport.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ public function model(array $row) {
6161
'organizer' => $row['name_of_organisation'],
6262
'description' => $row['description'],
6363
'organizer_type' => strtolower($row['type_of_organisation']),
64-
'activity_type' => $row['activity_type'],
64+
'activity_type' => strtolower($row['activity_type']),
6565
'location' => $row["address"] ?? "online",
6666
'event_url' => '',
6767
'user_email' => '',

resources/excel/ireland-2023-3.xlsx

25.2 KB
Binary file not shown.

0 commit comments

Comments
 (0)