spring-batch-extensions icon indicating copy to clipboard operation
spring-batch-extensions copied to clipboard

Spring Batch Extensions

Results 36 spring-batch-extensions issues
Sort by recently updated
recently updated
newest added

**Bug description** When I use a Neo4jItemReader, like this: ``` val positionItemReader = new Neo4jItemReader(); positionItemReader.setStartStatement("n = node(6490)"); ``` I get the following error notification: notification.title = "The RULE planner...

type: bug
status: waiting-for-triage
module: spring-batch-neo4j

Our use case of reading Excel files requires that errors in resolving the external sheet references in formula evaluations be ignored. This requires calling the `org.apache.poi.ss.usermodel.FormulaEvaluator.setIgnoreMissingWorkbooks(boolean)`. This isn't currently possible...

module: spring-batch-excel

I have been using spring batch extension project to read data from bigquery as part of one batch job I wrote. So, far I was building jar locally and using...

Using as-is PoiItemReader implementation force to rewrite each time input file. Sometime you don't need it/you can not do it (in our case we can not edit a file put...

See scordio/spring-batch-notion#53. Open points: - [x] Align license header to `spring-batch-extensions` [standard](https://github.com/spring-projects/spring-batch-extensions/blob/main/CONTRIBUTING.md#add-apache-license-header-to-all-new-classes) - [x] Update badge links in `spring-batch-notion/README.md`

module: spring-batch-notion

Hello all, I've created a project: https://github.com/valb3r/springbatch-neo4j-adapter This allows Spring-batch to persist its metadata directly in Neo4j. If there is an interest, I would like to contribute and possibly adapt...

type: feature
module: spring-batch-neo4j