implement saveReport method
This commit is contained in:
@@ -15,6 +15,7 @@ public class Main {
|
||||
}
|
||||
Scanner scanner = new Scanner(input);
|
||||
|
||||
//reading file line by line and then parsing their values
|
||||
while (scanner.hasNextLine()) {
|
||||
String line = scanner.nextLine();
|
||||
String[] cells = line.split(",");
|
||||
|
||||
Reference in New Issue
Block a user