HTML-Table-to-JSON
HTML-Table-to-JSON copied to clipboard
Some initial refactor suggestions
hey colin, i'm testing out your code and if it works as expected it's a very useful tool for me since I do lots of web scraping. I'm working right now with a 25 MB HTML response that has around 40 colums. May I suggest the following?:
- Make the package avaiable on Packagist to be able to install with Composer (kind of easy)
- Use PHP Unit for tests (you already have the tests defined so it should also be relatively straightforward)
I made a fork from your code so when I get some free time I'll work on it
Ivan, I appreciate the suggestions and look forward to seeing the Pull request! This project is definitely on the back burner for me right now, but I'll be sure to review your PR when it comes.
Hi guys! I found the project just now. I see that is not developing anymore. What do you use instead?
Hi! I have developed and published package on packagist https://packagist.org/packages/bystro/html-table-converter
Hi! I have developed and published package on packagist https://packagist.org/packages/bystro/html-table-converter
Hi! Is your package able to deal with empty cells? I can't seem to find a way to properly handle this issue, since it's affecting the length of some of the table columns when an empty cell is found.