Is there any other way to Extract data from DataTable and compare?

Hi Everyone,

I am extracting data from a table in website. Then checking rows count. If rows count is not Equal to 1 then removing extra characters using regex Match / Matches activity.
After that i am comparing all records extracted from DataTable with data from excel sheet.
But the process for each search is taking too much time. Is there any other smart way of doing this ?
Attached is my sample process.SequenceTest.xaml (11.1 KB)