Skip to content

Commit aad6776

Browse files
features list doc update for the new Perspective view release (#90)
1 parent 000053c commit aad6776

File tree

1 file changed

+9
-14
lines changed

1 file changed

+9
-14
lines changed

β€ŽREADME.mdβ€Ž

Lines changed: 9 additions & 14 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 other 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 [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.
1717

1818
# Tabular Data Viewer δΈ­
1919

@@ -23,25 +23,20 @@ See [Data Preview](https://github.com/RandomFractals/vscode-data-preview) 🈸 v
2323
"Tabular Data View δΈ­")
2424
# Features
2525

26-
- 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 View πŸ€„
26+
- 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 πŸ€„
2727
- Open Data File Table View πŸ€„ via quick file path 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, file size, colulmns, rows and load time stats display in vscode status bar
3030
- Sort displayed table data by multiple columns
31-
- Resize table columns
32-
- Rearrange table columns and rows
33-
- Hide, freeze, or delete table columns
34-
- Freeze or delete table rows
35-
- Select table rows column
36-
- Persist table columns layout and sort order
37-
- Restore customized table columns and sort configuration on vscode reload
38-
- Copy tab delimited table data to Clipboard
39-
- Save displayed table data in `CSV` (`,` or `;` delimited), `TSV`, `HTML` table, or `JSON` data array format
31+
- Resize and rearrange table columns
32+
- Auto-save table columns layout, sort order, and Perspective View configs
33+
- 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 from Perspective View
4037
- 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)
4138
- Load saved table configuration options from auto-generated `*.table.json` config file when reopening previously customized Table View πŸ€„
42-
- Set default Data Page Size to 1K, 10K, or 100K (default) rows per page via standard vscode `Preferences -> Settings -> Extensions -> Tabular Data Viewer` configuration options to speed up large datasets parsing and loading into Table View πŸ€„
43-
44-
...
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 πŸ€„
4540

4641
# Limitations
4742

0 commit comments

Comments
Β (0)