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
ohk, thanks @sreekanth.
@sreekanth
Is it possible to enter data add as row wise?
like:-
company name
ABC
DEF
GHI
…
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
Thanks for reply @arivu96,
in build data table activity can we store variable value??
Not in headers, but in work space variables are use or not?