I want to make a CSV file with Headers using VRL in Cloverleaf.
For Ex-
FirstName, LastName, Age, City
Allen, Volpe, 43, NewJersey
I tried using tagged field by modifying the Global Properties of VRL but the output came like this:
FirstNameAllen, LastNameVolpe, Age43, CityNewJersey
Kindly suggest!!
Thanks