You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -17,7 +17,7 @@ See [Data Preview](https://github.com/RandomFractals/vscode-data-preview) 🈸 v
17
17
18
18
# Tabular Data Viewer 中
19
19
20
-
[Tabular Data Viewer](https://marketplace.visualstudio.com/items?itemName=RandomFractalsInc.tabular-data-viewer) provides fast [`DSV`](https://en.wikipedia.org/wiki/Delimiter-separated_values) data loading and custom Table View 🀄 display for large `.csv`, `.tsv` and `.tab` data files via <atitle="Tabulator"href="http://tabulator.info"><imgwidth="95"height="20"src="docs/images/tabulator.png" /></a> table and [Papa Parse](https://www.papaparse.com/) CSV parser with [NodeJS File Streams](https://nodejs.dev/learn/nodejs-streams) and [Worker threads](https://nodejs.org/api/worker_threads.html):
20
+
[Tabular Data Viewer](https://marketplace.visualstudio.com/items?itemName=RandomFractalsInc.tabular-data-viewer) provides fast [`DSV`](https://en.wikipedia.org/wiki/Delimiter-separated_values) data loading and custom Table View 🀄 display for very large (1-8 GB)`.csv`, `.tsv` and `.tab` data files via <atitle="Tabulator"href="http://tabulator.info"><imgwidth="95"height="20"src="docs/images/tabulator.png" /></a> table and [Papa Parse](https://www.papaparse.com/) CSV parser with [NodeJS File Streams](https://nodejs.dev/learn/nodejs-streams) and [Worker threads](https://nodejs.org/api/worker_threads.html):
21
21
22
22
![Tabular Data View 中](https://github.com/RandomFractals/tabular-data-viewer/blob/main/docs/images/tabular-data-view.png?raw=true
0 commit comments