This commit is contained in:
2026-06-08 13:05:33 +03:30
parent 92adb3c784
commit c2bdebd5fa
3 changed files with 5 additions and 0 deletions
+2
View File
@@ -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");