develop
This commit is contained in:
@@ -27,6 +27,7 @@ public class Main
|
||||
|
||||
if (line.trim().isEmpty()) continue;
|
||||
|
||||
|
||||
String[] parts = line.split(",");
|
||||
|
||||
if (parts.length >= 3)
|
||||
@@ -55,6 +56,7 @@ public class Main
|
||||
System.out.println("=== Products loaded");
|
||||
|
||||
|
||||
|
||||
ReportGenerator reportGenerator = new ReportGenerator("2025_order_details.csv", Collections.unmodifiableList(productCatalog));
|
||||
reportGenerator.processFile();
|
||||
System.out.println("=== Order file processed");
|
||||
|
||||
Reference in New Issue
Block a user