[ https://issues.apache.org/jira/browse/FLINK-1388?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14278307#comment-14278307 ]
Ajay Bhat commented on FLINK-1388: ---------------------------------- Hi, Does it make sense to use Jackson's Dataformat CSV (http://mvnrepository.com/artifact/com.fasterxml.jackson.dataformat/jackson-dataformat-csv/2.5.0) to do this? I would like to get started on this. > 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 > 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)