You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is a use case where we know the CSV column names but not the order.
It would be great if there was a way to map headers in the CSV to POJO properties.
Hi,
There is a use case where we know the CSV column names but not the order.
It would be great if there was a way to map headers in the CSV to POJO properties.
Something like:
Possibly with an option to either ignore extra columns or throw an error if there are missing columns.
Does anyone know if this is possible/likely?
Thanks for a great library.
The text was updated successfully, but these errors were encountered: