easy-batch
easy-batch copied to clipboard
The simple, stupid batch framework for Java
How to read parquet files? How to generate writes? Is it supported
Bumps [gson](https://github.com/google/gson) from 2.8.6 to 2.8.9. Release notes Sourced from gson's releases. Gson 2.8.9 Make OSGi bundle's dependency on sun.misc optional (#1993). Deprecate Gson.excluder() exposing internal Excluder class (#1986). Prevent...
Bumps [gson](https://github.com/google/gson) from 2.8.6 to 2.8.9. Release notes Sourced from gson's releases. Gson 2.8.9 Make OSGi bundle's dependency on sun.misc optional (#1993). Deprecate Gson.excluder() exposing internal Excluder class (#1986). Prevent...
When using the OpenCSV marshaller anytime the data has a null value an NPE is thrown
Hello @benas , Just dropped by to check out new features shipped and found that this project is in maintenance mode. Please let me know if there is any help...
Hi, I couldn't see anything about how to take one CSV record and convert it into many records - The Job, mapper and processor all seem to focus on reading...
https://github.com/j-easy/easy-batch/blob/647ce811fc1ada476ceef4f48a2f8523367a4892/easy-batch-core/src/main/java/org/jeasy/batch/core/reader/AbstractMultiFileRecordReader.java#L77 I believe the line could be changed to : ```java currentFile = iterator.hasNext() ? iterator.next() : null; ``` in order to allow a job with no input files not...
Allows the job report merger to work with no source job reports