Skip to content
This repository has been archived by the owner on May 1, 2024. It is now read-only.

Convert html-table-to-csv #133

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Commits on Jul 29, 2023

  1. Create html-table-to-csv

    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 `escape`d on input and on output to ensure data safety. (not a HTML security expert.)
    
    TODO:
     - Implement `<caption>` and `<colgroup>`
     - Add minimum `<thead>` and `<tfoot>` features e.g. horizontal divider line.
     - Manage multiple tables by `id`
    busterbeam authored Jul 29, 2023
    Configuration menu
    Copy the full SHA
    ecdb3f9 View commit details
    Browse the repository at this point in the history