liferooter / textpieces

Quick text processing
GNU General Public License v3.0
203 stars 22 forks source link

Convert html-table-to-csv #133

Open busterbeam opened 1 year ago

busterbeam commented 1 year ago

Like the app a lot, thought I would provide a useful tools that I think is helpful. could do with many more html convertors

commit message below.

This does not produce "Official CSV", the default separator is actually tabs, when it should be comma's. Easy to modify the parser object if needed. Instead of storing the string of data inside it is immediately passed out to insure low memory consumption and greater, speed so it can be written to the display buffer immediately. data is escaped on input and on output to ensure data safety. (not a HTML security expert.)

TODO: