spring-projects / spring-batch-extensions

Spring Batch Extensions
242 stars 258 forks source link

added error case #44

Closed cr0mbly closed 3 years ago

cr0mbly commented 7 years ago

added support for na fields caused by missing data

mdeinum commented 3 years ago

As we now use the DataFormatter to render the String instead of our own implementation, this isn't needed anymore.

Part of #65.