ozlerhakan / poiji

:candy: A library converting XLS and XLSX files to a list of Java objects based on Apache POI

Home Page:https://ozlerhakan.github.io/poiji/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Regex Expression support for column name(s)

aerfus opened this issue · comments

Discussed in #262

Originally posted by elderdo December 15, 2022
Have you ever considered allowing regular expressions for column header annotations? That would provide a lot of flexibility in matching with Headers that may not match exactly, but are close.

  • Support regular expression for single column
  • Support regular expression for collection-based columns

Thank you for contributing to Poiji! Feel free to create a PR If you want to contribute directly :)