All posts by TCT

Extracting Tables That Aren’t Tables: A Smarter Approach

If you’ve been following my previous posts, you would have realized that although the process delivers results, it delivers them after a considerable amount of time. Not only is the execution time lengthy, there is a level of complexity which is unavoidable, since we have to study the HTML structure first, then test out various…

Read More

Browser Migration Using Regex. Yes, You Read That Correctly(Part-I)

Regular Expressions are a life saver, especially when dealing with complex pattern recognition. Once you become proficient at crafting regex patterns (or proficient enough to google the right patterns), you can slowly become creative with it. It happens naturally, as you start looking for patterns outside of regex – areas where you may apply regex…

Read More

AA: Scraping Data Off The Bot Store (Part-III)

Congratulations, you have made it to the last installation of our data scraping series! In this installation, we will add in a couple of enhancements that will convert our data scraper into a user friendly automation. Attended Automation is What It’s Called Although most businesses prefer to have their automations unattended, there are times however,…

Read More