Menu

#44 Add a way to get the header from HeaderColumnNameMappingStra

closed
nobody
None
5
2016-04-29
2011-03-31
No

It would be very helpful if there was a way to get the header as a String[] from the HeaderColumnNameMappingStrategy after parsing.

Implementation would be trivial and simply involve adding:

public String[] getHeader() {
return header;
}

to the HeaderColumnNameMappingStrategy.java file.

This would be helpful to be able to convert the bean back into a String[] because you need to know the order of the headers in order to determine what properties to put in the String[].

This would also be helpful when using a 'best effort' parsing strategy to write out a file of successfully processed data complete with the header.

Discussion

  • Andrew Rucker Jones

    • status: open --> closed
    • Group: --> Next Release (example)
     
  • Andrew Rucker Jones

    Cleaning up old issues. If this still needs attention, please open a new ticket.

     

Log in to post a comment.