Hi,
Is it possible to add custom headers and data in Write CSV?
i want to see csv like :-
In write csv it’s not possible to add custom headers and data but you can add data row to datatable and write it to csv @sams
Hi @sams,
use build data table activity to create the datatable.
use add data row to update the row values.
use write range activity to update the data into CSV file.
Regards,
Arivu
Not in headers, but in work space variables are use or not?