You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Adnan Khan (JIRA)" <ji...@apache.org> on 2015/02/17 23:08:13 UTC

[jira] [Issue Comment Deleted] (FLINK-1388) POJO support for writeAsCsv

     [ https://issues.apache.org/jira/browse/FLINK-1388?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Adnan Khan updated FLINK-1388:
------------------------------
    Comment: was deleted

(was: Oh that makes sense, I'll look at that. I don't see any tests for {{org.apache.flink.api.java.io.CsvOutputFormat}}. Should I add some similar to {org.apache.flink.api.java.io.record.CsvOutputFormatTest}}? But for tuples and POJOs of course.)

> POJO support for writeAsCsv
> ---------------------------
>
>                 Key: FLINK-1388
>                 URL: https://issues.apache.org/jira/browse/FLINK-1388
>             Project: Flink
>          Issue Type: New Feature
>          Components: Java API
>            Reporter: Timo Walther
>            Assignee: Adnan Khan
>            Priority: Minor
>
> It would be great if one could simply write out POJOs in CSV format.
> {code}
> public class MyPojo {
>    String a;
>    int b;
> }
> {code}
> to:
> {code}
> # CSV file of org.apache.flink.MyPojo: String a, int b
> "Hello World", 42
> "Hello World 2", 47
> ...
> {code}



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