the issues were solved . the problem was in file location

This commit is contained in:
Matin
2026-05-21 03:59:03 +04:30
parent 54c43e95ee
commit 871218f406
2 changed files with 2 additions and 0 deletions
+2
View File
@@ -143,6 +143,8 @@ public class ReportGenerator {
writer.newLine(); writer.newLine();
writer.write("Invalid Rows: " + totalInvalidLines); writer.write("Invalid Rows: " + totalInvalidLines);
writer.newLine(); writer.newLine();
writer.write("================================");
writer.newLine();
writer.close(); writer.close();