From 9332e586e8cb4859d078ab75949f886f271a4765 Mon Sep 17 00:00:00 2001 From: Kunwar Date: Sat, 27 Jun 2020 16:55:45 +0530 Subject: [PATCH] Spring Batch Application --- .../springbootbatch/src/main/resources/csv/employees.csv | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Spring-Boot-Batch/springbootbatch/src/main/resources/csv/employees.csv b/Spring-Boot-Batch/springbootbatch/src/main/resources/csv/employees.csv index 2964a0c..85c4482 100644 --- a/Spring-Boot-Batch/springbootbatch/src/main/resources/csv/employees.csv +++ b/Spring-Boot-Batch/springbootbatch/src/main/resources/csv/employees.csv @@ -1,4 +1,4 @@ -Janardan, Srivastava, FCI -Chandra, Srivastava, Powergrid -Vijay, Verma, CDA -Savita, Srivastava, NTPC \ No newline at end of file +Jan, Sri, FCI +Chan, Sri, Powergrid +Vij, Ver, CDA +Sav, Sri, NTPC \ No newline at end of file