Skip to content

Commit 9078ee0

Browse files
update docs with new remote data file loading info for v1.7 release (#100)
1 parent 15846d8 commit 9078ee0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
Tabular Data Viewer 中 for Visual Studio Code
1414
</h1>
1515

16-
See [Data Preview](https://github.com/RandomFractals/vscode-data-preview) 🈸 vscode extension for advanced [Grid Data Viewer](https://marketplace.visualstudio.com/items?itemName=RandomFractalsInc.vscode-data-preview) with support of many common [data formats](https://github.com/RandomFractals/vscode-data-preview#supported-json-config-binary--excel-data-file-formats) and Save options for smaller datasets.
16+
See [Data Preview](https://github.com/RandomFractals/vscode-data-preview) 🈸 vscode extension for advanced [Data Grid Viewer](https://marketplace.visualstudio.com/items?itemName=RandomFractalsInc.vscode-data-preview) with support of many common [data formats](https://github.com/RandomFractals/vscode-data-preview#supported-json-config-binary--excel-data-file-formats) and Save options for smaller datasets.
1717

1818
# Tabular Data Viewer 中
1919

@@ -24,9 +24,9 @@ See [Data Preview](https://github.com/RandomFractals/vscode-data-preview) 🈸 v
2424
# Features
2525

2626
- View large [`CSV`](https://en.wikipedia.org/wiki/Comma-separated_values) and [`TSV`](https://en.wikipedia.org/wiki/Tab-separated_values) data files in a custom [Tabulator](http://tabulator.info/) Table or [Perspective](https://perspective.finos.org) Data View 🀄
27-
- Open Data File Table View 🀄 via quick file path input prompt
27+
- Open local or remote Data File Table View 🀄 via quick Data File URL input prompt
2828
- Load large datasets with millions of rows and over 1GB of tabular data using [Papa Parse](https://www.papaparse.com/) CSV parser in a worker thread with data streaming and incremental loading into Table View 🀄
29-
- View data loading progress, file size, colulmns, rows and load time stats display in vscode status bar
29+
- View data loading progress, local data file size, colulmns, rows and load time stats display in vscode status bar
3030
- Sort displayed table data by multiple columns
3131
- Resize and rearrange table columns
3232
- Auto-save table columns layout, sort order, and Perspective View configs

0 commit comments

Comments
 (0)