(DEPRECATED) Apache Flink User Mailing List archive.
Search
everywhere
only in this topic
Advanced Search
How to save table with header
Classic
List
Threaded
♦
♦
Locked
1 message
Soheil Pourbafrani
Reply
|
Threaded
Open this post in threaded view
♦
♦
|
How to save table with header
Hi,
I can save tables in a CSV file like this:
TableSink<Row> q6Sink =
new
CsvTableSink(SinkPath
,
","
)
;
temp.writeToSink(q6Sink)
;
but I want to save the table with the table header as the first line. Is it possible in Flink?
Free forum by Nabble
Edit this page