Skip to content

Commit 097ca7d

Browse files
#19 docs update for Avro data format support
1 parent 09e5c5c commit 097ca7d

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -7,19 +7,19 @@ large `.csv/.tsv`, `.xlsx/.xlsm`, `.json` array, `.arrow`, `.avro` & `.parquet`
77

88
# Data Preview 🈸 MVP Features
99

10-
- `CSV/TSV`, `XLSX/XLSM`, `JSON array` & `Arrow` data files preview, sorting & filtering
10+
- `CSV/TSV`, `XLSX/XLSM`, `JSON array`, `Arrow` & `Avro` data files Preview, Sorting & Filtering
1111
- Grid Data summary display with Aggregate Functions, Row & Column Pivots (a.k.a. `Group By` & `Split By`)
1212
- Basic Charts auto-gen from data with Aggregate Functions, Row & Column Pivots
1313
- Pluggable Data Charting libraries for stock Charts: [highcharts](https://www.highcharts.com/demo) || [d3fc](https://d3fc.io/)
1414
- Dark & Light Data Preview 🈸 Panel Themes
15-
- Persistent Data Preview 🈸 Settings (sort, filter, pivots, etc.) for restore on vscode reload
15+
- Persistent Data Preview 🈸 Settings (Sort, Filter, Pivots, etc.) for restore on vscode Reload
1616

1717
![Perspective Viewer](https://github.com/RandomFractals/vscode-data-preview/blob/master/images/perspective-viewer.gif?raw=true
1818
"Perspective Viewer")
1919

2020
# Next V.
2121

22-
- Will include `.avro` & `.parquet` data formats support, large text & binary data files loading & [Apache Arrow](https://observablehq.com/@randomfractals/apache-arrow) data streaming.
22+
- Will include `.parquet` data format support, large text & binary data files loading & [Apache Arrow](https://observablehq.com/@randomfractals/apache-arrow) data streaming.
2323

2424
**Note:** this Data Preview 🈸 MVP v. is already capable of loading a few MB's large data files with 100+K records & extensive list of supported data formats you'll be hard pressed to find on vscode marketplace.
2525

@@ -50,10 +50,10 @@ Data Preview 🈸 example using `.dark` theme with `d3fc` charts config, viewing
5050

5151
## Data Preview 🈸 Launch Tips
5252

53-
1. Run `View -> Command Palette...>Data: Preview Data 🈸` command or hit `Ctrl+Shift+D` in an open text `.csv/.tsv` or `.json` array data file document to launch Data Preview 🈸 panel.
54-
2. Hit `Ctrl+S` or `File -> Save` your `.csv/.tsv` or `.json` array data file for updates in open Data Preview 🈸 panel.
55-
3. Right-click on a binary `.xlsx/.xlsm` or `.arrow` data file in vscode File Explorer to launch Data Preview 🈸 panel.
56-
4. Use exposed `explorer/context`, `editor/title` or `editor/title/context` context menu options to Preview 🈸 your data files.
53+
1. Run `View -> Command Palette...>Data: Preview Data 🈸` command || hit `Ctrl+Shift+D` in an open text `.csv/.tsv` || `.json` array data file document to launch Data Preview 🈸 panel.
54+
2. Hit `Ctrl+S` || `File -> Save` your `.csv/.tsv` || `.json` array data file for updates in open Data Preview 🈸 panel.
55+
3. Right-click on a binary `.xlsx/.xlsm`, `.arrow` || `.avro` data file in vscode File Explorer to launch Data Preview 🈸 panel.
56+
4. Use exposed `explorer/context`, `editor/title` || `editor/title/context` context menu options to Preview 🈸 your data files.
5757

5858
## Data Grid/Filter/Columns UX Tips
5959

@@ -67,7 +67,7 @@ Data Preview 🈸 example using `.dark` theme with `d3fc` charts config, viewing
6767

6868
```js
6969
{
70-
"when": "resourceFilename =~ /.*\\.(csv|tsv|txt|tab|dif|ods|prn|slk|xls|xlsb|xlsx|xlsm|xml|html|json|arrow|arr|parquet|parq)/",
70+
"when": "resourceFilename =~ /.*\\.(csv|tsv|txt|tab|dif|ods|prn|slk|xls|xlsb|xlsx|xlsm|xml|html|json|arrow|arr|avro|parquet|parq)/",
7171
"command": "data.preview",
7272
"group": "navigation"
7373
}

0 commit comments

Comments
 (0)