Forum Discussion

Senthilnaga91's avatar
Senthilnaga91
New Contributor III
3 years ago
Solved

Custom Header for a CSV file

Hello All, I am looking for an approach to add a custom header before writing into a CSV file. I have referred the below link and developed one, but the issue is double quotes appended at the start...
  • Senthilnaga91's avatar
    3 years ago

    The issue is sorted by removing the CSV formatter at the end and change the mapper output view to binary and connected the file writer directly.