Hello all, I have a research task where I am suppose to write a script that will scrape the data and give an output in form of a json.
The challenge I am facing is the table I am suppose to scrape from is unstructured (uneven pattern) how do we extract data from such a table I am putting down the table example here.
I have tried various loops using simple_html_dom but failed (because of the table format), can someone guide me what should be the approach.
I have added the html table here https://www.protectedtext.com/get-json-from-table-using-php-script password : 123.
Any suggestion will be a help. Thanks in Advance!!!