How can I scrape an HTML table to CSV?

后端 未结 11 1353
悲&欢浪女
悲&欢浪女 2020-11-29 21:56

The Problem

I use a tool at work that lets me do queries and get back HTML tables of info. I do not have any kind of back-end access to it.

A lot of this inf

11条回答
  •  旧时难觅i
    2020-11-29 22:27

    • Select the HTML table in your tools's UI and copy it into the clipboard (if that's possible
    • Paste it into Excel.
    • Save as CSV file

    However, this is a manual solution not an automated one.

提交回复
热议问题