I have an xlsx file that has to be read and the date field needs to be written to MYSQL DateTime column.
The date in the excel file is in the format " 2018-08-06 16:32:58"
But when I read it using PoiItemReader and then convert it in a custom…
I have to read a text file from item reader into my item processor. But now I have to read more than one file in my item processor.
And I have one more doubt in text file reader: how to read a text file without using file concept?
getting the error in the title when trying to invoke a springbatchjob secondtime with the same xlsx file.
Technologies used : Springbatch,springboot,mysql,java,springbatchexcel.
I am using an api to call the springbatch job. when i call for the first time it works fine. second time gives the below error.
Caused by: java.lang.IllegalArgumentException: Sheet index (3) is out of range (0..2).
Below is my…
I am using springbatch to do a batch update based on user input(file). But Step is not getting called due to which writer is not getting called. Also not getting any error or exception but the job completed successfully without Below is my…