Senthilnaga91
3 years agoNew Contributor III
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...
- 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.