Skip to content

Commit 51eeec1

Browse files
refine features list and order for v1.8.0 release (#110)
1 parent b7bf810 commit 51eeec1

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

β€ŽREADME.mdβ€Ž

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -24,19 +24,20 @@ 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 local or remote Data File Table View πŸ€„ via quick Data File URL input prompt
27+
- Open local `file:///` or remote `https://` Data File Table View πŸ€„ with 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 πŸ€„
2929
- 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
31-
- Resize and rearrange table columns
31+
- Resize table columns in Tabulator Table View
32+
- Rearrange table columns in Tabulator Table and Perspective Data Grid views
33+
- Set default Data Page Size to 1K, 10K, or 100K (default) rows per page to speed up large datasets parsing and loading into Table View πŸ€„
3234
- Auto-save table columns layout, sort order, and Perspective View configs
3335
- Restore customized Table View πŸ€„ configuration on vscode reload
34-
- Copy displayed table data to Clipboard in tab delimited format from Tabulator Table View or in CSV format from Perspective View
35-
- Save displayed table data in `CSV` (`,` or `;` delimited), `TSV`, `HTML` table, or `JSON` data array format from Tabulator Table View
36-
- Save displayed data in [Apache Arrow β‹™](https://arrow.apache.org/) data format from Perspective View
37-
- Generate and view [Frictionless Table](https://specs.frictionlessdata.io/table-schema/) `*.schema.json` configration file created with [`tableschema-js.infer()`](https://github.com/frictionlessdata/tableschema-js#working-with-validateinfer)
3836
- Load saved table configuration options from auto-generated `*.table.json` config file when reopening previously customized Table View πŸ€„
39-
- Set default Data Page Size to 1K, 10K, or 100K (default) rows per page to speed up large datasets parsing and loading into Table View πŸ€„
37+
- Generate and view [Frictionless Table](https://specs.frictionlessdata.io/table-schema/) `*.schema.json` configration file created with [`tableschema-js.infer()`](https://github.com/frictionlessdata/tableschema-js#working-with-validateinfer)
38+
- Copy displayed table data to Clipboard in `TSV` format from Tabulator Table View or in `CSV` format from Perspective View
39+
- Save displayed table data in `CSV` (`,` or `;` delimited), `TSV`, `HTML` table, or `JSON` data array format from Tabulator Table View
40+
- Save displayed table data in [Apache Arrow β‹™](https://arrow.apache.org/) data format from Perspective View:
4041

4142
![Data Perspective View δΈ­](https://github.com/RandomFractals/tabular-data-viewer/blob/main/docs/images/tabular-data-perspective-view.png?raw=true
4243
"Data Perspective View δΈ­")

0 commit comments

Comments
Β (0)