Web page table information

Hi @vaibhavtandon87,

Another possible approach is to use the “PowerShell” action with the Invoke-WebRequest cmdlet.

Here is a simplified example project which parses HTML from the Pricing page on our website.

It’s based on the following article:
https://www.leeholmes.com/blog/2015/01/05/extracting-tables-from-powershells-invoke-webrequest/

The example captures cell values, outputted by the PowerShell script and then uses the “Split delimited text into columns” action to restore table structure.

Production example will definitely require more complex PowerShell script with values escaping, etc.

Parse HTML table.morph (2.5 KB)

2 Likes