Hi Everyone,
Am able to retrieve the data from the regular expression builder but now I wanted to write into excel since the output is innumerable how to change to the data table and write into the excel file
Regards,
Chaithanya
Hi Everyone,
Am able to retrieve the data from the regular expression builder but now I wanted to write into excel since the output is innumerable how to change to the data table and write into the excel file
Regards,
Chaithanya
Please try this
Build datatable output is dtTable1
Matches output is matchColl
in add data row activity give Arrayrow as {item.ToString} and Datatable as dtTable1
and in write range give datatable as dtTable1
Thanks
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.