5 ms·
Echo – Convert HTML Tables to JSON/CSV Files
- wsxiaoys 11y agoGreat job! While I believe in-browser solution will have more usage.
- djico 11y agoThat's a good idea. My reason for building it was because I have tons of flat files to process.
- maxwt 11y agoGood stuff. Something similar in case you want to process the data further in node: https://github.com/maxthyen/table-scraper https://github.com/maxthyen/table-scraper I'm a big x-ray fan (https://github.com/lapwinglabs/x-ray https://github.com/lapwinglabs/x-ray), makes scraping super easy
- djico 11y agoThanks guys. This is my first node module. Glad it is being well received. Wrote it because I have over 10k html files to process and get the data into a DB.