[ 
https://issues.apache.org/jira/browse/FLINK-1512?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14347757#comment-14347757
 ] 

ASF GitHub Bot commented on FLINK-1512:
---------------------------------------

Github user fhueske commented on the pull request:

    https://github.com/apache/flink/pull/426#issuecomment-77272091
  
    How are fields in the CSV file mapped to POJO fields? I assume it is the 
order of fields in the POJO type information, right? Is that order the same as 
in the POJO definition or some other such as alphanumeric ordering of the field 
name? This might not be obvious for users.
    Would it make sense to add a `String[]` to map POJO fields to field 
positions in the CSV file, i.e., `String[] {"name", "age", "zip"}` would map 
the POJO field `name` to the first CSV field, and so on.


> Add CsvReader for reading into POJOs.
> -------------------------------------
>
>                 Key: FLINK-1512
>                 URL: https://issues.apache.org/jira/browse/FLINK-1512
>             Project: Flink
>          Issue Type: New Feature
>          Components: Java API, Scala API
>            Reporter: Robert Metzger
>            Assignee: Chiwan Park
>            Priority: Minor
>              Labels: starter
>
> Currently, the {{CsvReader}} supports only TupleXX types. 
> It would be nice if users were also able to read into POJOs.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to