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

Add mapping between differents headers names and fields object target

Open xscorpio972 opened this issue 9 years ago • 1 comments

Correction for issue #15

xscorpio972 avatar Apr 25 '15 21:04 xscorpio972

Unless I'm missing something the new annotation is available only at the method level, yet the mapping functionality for the non-annotation version works at the field level as well. Can we get this updated to support both?

mminella avatar Jun 08 '15 15:06 mminella

This issue hasn't seen much attention. Next to that the same could be achieved (for the mapping) using a StaticColumnNameExtractor and skip the first row of the sheets/xls that is being read. With that I'm going to close this issue.

mdeinum avatar Sep 19 '23 18:09 mdeinum