Add headers to the CSV output #15959
-
Hi all, I have this requirement to get data from kafka and save it to s3 into csv files. This is where I got to:
Given 2 events like
this produces the output
What I'd like to do is:
for each saved file. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Hey @terebentina ! Unfortunately achieving that in Vector will be difficult at the moment. I think your best option will likely to be to post-process the files to add that header. An enhancement for CSV output is being tracked by #7124 |
Beta Was this translation helpful? Give feedback.
Hey @terebentina !
Unfortunately achieving that in Vector will be difficult at the moment. I think your best option will likely to be to post-process the files to add that header.
An enhancement for CSV output is being tracked by #7124