0

How to write Head column via Data Flow?

I am using EsperIO with CSV, and I am writing Event properties in CSV. But there is no Head column. I want to write in a Head Column.

How can I do that?

Dejan Skledar
  • 11,280
  • 7
  • 44
  • 70
Jeong. SJ
  • 3
  • 3

1 Answers1

0

The first row in the csv can be the property names i.e. header row.

user650839
  • 2,594
  • 1
  • 13
  • 9
  • Yes, I know it. But I want to writing Event Properties's name to CSV via Data flow or EsperIO Adapter. Thx to read and answer. – Jeong. SJ Mar 05 '15 at 00:05