How to fetch the regex output and write into excel file

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 @chaithanya_kumar_M

Please try this

Build datatable output is dtTable1
Matches output is matchColl

image

in add data row activity give Arrayrow as {item.ToString} and Datatable as dtTable1

and in write range give datatable as dtTable1

Thanks

3 Likes

Hi @prasath_S

Perfect it works as expected thanks!!

Regards,
Chaithanya

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.