donnytian / Npoi.Mapper

Use this tool to import or export data with Excel file. The tool is a convention based mapper between strong typed object and Excel data via NPOI.
MIT License
589 stars 114 forks source link

FS: support importing to Nullable<bool> from specific values (1/0, Y/N, T/F, A/N, I/N, ...) #44

Closed hidegh closed 5 years ago

hidegh commented 5 years ago

FEATURE REQUEST

In some cases (localization) the Y/N value do change (A/N or T/F or I/N).

Is there an extended Nullable mapping support which could handle locale string value to Nullable conversion?

donnytian commented 5 years ago

hi please use Map overload to specify the custom logic.