[
https://issues.apache.org/jira/browse/CSV-163?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15023197#comment-15023197
]
Romain Manni-Bucau commented on CSV-163:
----------------------------------------
so what would be a good place @asf since it is not a single project need (= it
is a "commons" need)? Very few modern application use low level API (get()).
> add a basic mapping feature
> ---------------------------
>
> Key: CSV-163
> URL: https://issues.apache.org/jira/browse/CSV-163
> Project: Commons CSV
> Issue Type: New Feature
> Reporter: Romain Manni-Bucau
>
> would be neat to be able to map records instead of using string based access:
> {code}
> public class MyRecored {
> @Csv(position = 1) String name;
> @Csv(name = "city") String city;
> // ...
> }
> {code}
> Think it is acceptable to support only basic types (primitives + String/Date
> to start). This constraint would keep the code light and simple - no
> converter - but easier to use than "map"-like API .
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)