From de6b78946f8f055750387d3fa01f53face1794ef Mon Sep 17 00:00:00 2001 From: echo <449694003@qq.com> Date: Thu, 30 Jul 2026 18:30:46 +0800 Subject: [PATCH] Add CSV Dock to tools list --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index e613cfe..cd75cd0 100644 --- a/README.md +++ b/README.md @@ -44,6 +44,7 @@ Here are some awesome tools for dealing with CSV: - [CSVGet](http://github.com/fizx/csvget/tree/master) - Get structured data from sites as CSV. - [CSVfix](https://code.google.com/p/csvfix/) - A tool for manipulating CSV data. - [Tad](https://www.tadviewer.com) - A fast free cross-platform CSV viewer. +- [CSV Dock](https://csvdock.com) - An online CSV viewer for opening large CSV files locally in your browser. - [csvtodashboard](https://csvtodashboard.com) - Convert, clean, query (SQL) and visualize CSV entirely in the browser - local-first, nothing is uploaded. - [Nvd3-tags](http://blog.tryolabs.com/2015/02/27/nvd3-tags-a-tiny-library-for-making-charts-from-csv-data/) - A tiny library for making charts from csv data. - [Powershell: Import-CSV](https://docs.microsoft.com/en-us/powershell/module/microsoft.powershell.utility/import-csv) - Powerful in-built facility for dealing with CSV ([example](https://gist.github.com/dfinke/786ba9edae1b0265ada10b36a7a11ba9)).