How to add custom headers and data in Write CSV

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

1 Like

ohk, thanks @sreekanth.

@sreekanth
Is it possible to enter data add as row wise?:thinking:

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??

Hi @sams,

it means? variable value is header?

Regards,
Arivu

Hi @sams,

Refer this post,

you can able to set dynamic header

Regards,
Arivu

Not in headers, but in work space variables are use or not?