New Csv extension #414
schulle4u
started this conversation in
See what's new
Replies: 2 comments
-
The Csv extension has been added to the experimental features in the official extensions repository. Latest version contains a table filter, column sorting and bug fixes. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Please see #977 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
A new extension is available for testing: CSV file parser. It loads a CSV file (comma-separated value), and outputs the result as simple HTML table. Following features are available:
A few things are still on my to-do list, e.g. a search filter for large CSVs, and propper handling of BOM characters in some files. Basic usage however should work stable for the moment. I needed this extension for a personal Wiki project. Building it probably took way more time than preparing the CSVs as Markdown tables, but I personally don't like the Markdown table syntax, especially when handling larger datasets. Oh and last but not least it of course was fun to code this. :)
Beta Was this translation helpful? Give feedback.
All reactions