String Array to EXCEL

Hi all,

I have a string of array, and i want to extract to excel file. How can i use datatable for this process.

Thanks in Advance
Muthu

1 Like

@muthu.m

Use Generate DataTable Activity and Specify delimiter as per your input data string and will give you output as dataTable then use Write Range Activity and pass dataTable to write into Excel file.

@muthu.m

Use for-each loop to convert your array data to data table…

have a lookarraytoExcel.xaml (15.1 KB)

thanks
Sanjay

Problem Fixed.
Thanks to @Sanjay3630 & @lakshman

1 Like

:+1::+1::+1: