Skip to content

Commit

Permalink
added a link to ext. /data folder with test files to docs
Browse files Browse the repository at this point in the history
  • Loading branch information
RandomFractals committed Jun 22, 2019
1 parent 4cd73b6 commit 6b19258
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,8 @@ Use Data Preview 🈸 to:

# Supported JSON, Config, Binary & Excel Data File Formats

**Note**: you can use sample data and view config files from this repository for testing: [/data/...](https://github.com/RandomFractals/vscode-data-preview/tree/master/data)

```js
{
"when": "resourceFilename =~ /.*\\.(json|json5|hjson|arrow|arr|avro|env|config|properties|ini|yml|csv|tsv|txt|tab|dif|ods|prn|slk|xls|xlsb|xlsx|xlsm|xml|html)/",
Expand All @@ -122,7 +124,6 @@ Data File Extension(s) | File Type | Data Parsing Library/Method Used | Data For
`.dif` `.slk` `.prn` `.xml` `.html` | text | [js-xlsx](https://github.com/SheetJS/js-xlsx)/[`XLSX.readFile(text)`](https://github.com/SheetJS/js-xlsx#parsing-functions) | See https://github.com/SheetJS/js-xlsx#file-formats for more info on text `Excel` file formats
`.ods` `.xls` `.xlsb` `.xlsx` `.xlsm` | binary | [js-xlsx](https://github.com/SheetJS/js-xlsx)/[`XLSX.readFile(binary)`](https://github.com/SheetJS/js-xlsx#parsing-functions) | See https://github.com/SheetJS/js-xlsx#file-formats for more info on binary `Excel` file formats


![Data Preview Data](https://github.com/RandomFractals/vscode-data-preview/blob/master/images/vscode-data-preview-data.png?raw=true
"Data Preview Data")

Expand Down

0 comments on commit 6b19258

Please sign in to comment.