Skip to content

Tag: spring-batch

Spring batch job runs automatically

I’m using a spring batch to read a CSV file and write it to the DB, using the controller trigger. On starting the application, before I hit from the browser url, I see the print statements from my reader, on the startup. Although it doesn’t print it for my processor or writer, which are in separat…

Spring batch filtering data inside item reader

I’m writing a batch that reads log files which should take many types (format of log log file ) then I want to read every file based on some characters inside log files for example 15:31:44,437 INFO <NioProcessor-32> Send to <SLE- 15:31:44,437 INFO <NioProcessor-32> [{2704=5, 604=1, {0=02…