Show HN: Convert CSV files to searchable and sortable HTML table (github.com) 28 points by v512 9y ago ↗ HN
[–] motyar 9y ago ↗ Very simple but very useful.Idea: Make something like http://yourapp.tld/CSV_URL to view table using any csv link. [–] v512 9y ago ↗ Thats a great idea, will try that.
[–] lozzo 9y ago ↗ I would show all entries, and not give any option to show just 10,20, 50... there is no advantage in that since everything is in memory [–] v512 9y ago ↗ Yeah, will give a command line flag to set default number of entries.
[–] fiatjaf 9y ago ↗ See also: http://stevecat.net/table-magic/ [–] v512 9y ago ↗ Interesting project. One thing is they don't have search filter which is really useful when working with large data set.
[–] v512 9y ago ↗ Interesting project. One thing is they don't have search filter which is really useful when working with large data set.
[–] roberdam 9y ago ↗ This is Awesome!, thanks for sharing it!. Unfortunately I can't make it work with any of my csv's,UnicodeDecodeError: 'utf8' [–] v512 9y ago ↗ Please try upgrading to v1.1.0 and check. If you don't mind you can share the sample CSV data for testing. [–] roberdam 9y ago ↗ I will open a issue on github and put the csv
[–] v512 9y ago ↗ Please try upgrading to v1.1.0 and check. If you don't mind you can share the sample CSV data for testing. [–] roberdam 9y ago ↗ I will open a issue on github and put the csv
[–] gaojiuli 9y ago ↗ Could you add supporting for json, xml, excel, etc. [–] v512 9y ago ↗ Yeah will do that in upcoming versions.
[–] melezhik 9y ago ↗ Useful script. Have uploaded it to SparrowHub - https://sparrowhub.org/info/csvtotable
13 comments
[ 14.7 ms ] story [ 1033 ms ] threadIdea: Make something like http://yourapp.tld/CSV_URL to view table using any csv link.
UnicodeDecodeError: 'utf8'