Data extraction from webpage source
5 ビュー (過去 30 日間)
古いコメントを表示
Hi all
I am trying to extract Orkney Island demand and production data from the url https://www.ssen.co.uk/ANM/
when I am using webread(url), It reads the whole source code into 1*97000 char file. Is there any way to extract that specific data or How to convert this char file to perform contains or find function.
Thanks in advance
0 件のコメント
回答 (1 件)
Abhishek Gupta
2020 年 9 月 9 日
Hi,
After using “webread(),” you can use “htmlTree()” to convert character array to an HTML tree. Further, you can make use of "findElement()” to find specific elements in the tree.
0 件のコメント
参考
カテゴリ
Help Center および File Exchange で Text Data Preparation についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!