You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+9-9Lines changed: 9 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -44,7 +44,7 @@ See [Data Preview](https://github.com/RandomFractals/vscode-data-preview) πΈ v
44
44
45
45
# Limitations
46
46
47
-
Large CSV data files streaming and display is very alpha and has the following limitations for now:
47
+
Large CSV/TSV data files streaming and display is very alpha and has the following limitations for now:
48
48
49
49
- Large datasets are paged and loaded into view for display with default page size set to 100K rows per page
50
50
- Columns sort only works for the paged data loaded and displayed in Table View π and doesn't sort data for the whole dataset
@@ -84,16 +84,16 @@ Tabular Data Viewer δΈ Settings, Commands, Languages, Custom Editors and Activa
84
84
85
85
## Settings
86
86
87
-
[Create User or Workspace Settings in vscode](http://code.visualstudio.com/docs/customization/userandworkspace#_creating-user-and-workspace-settings) to change Tabular Data Viewer δΈ extension Settings:
87
+
[Create User or Workspace Settings in vscode](http://code.visualstudio.com/docs/customization/userandworkspace#_creating-user-and-workspace-settings) to change Tabular Data Viewer δΈ extension Settings listed below. All Tabular Data Viewer Settings start with `tabular.data.` prefix, which is omottied in the Settings table below for better display in VSCode marketplace.
88
88
89
-
| Setting | Type | Default Value | Description |
89
+
| Setting `tabular.data.`| Type | Default Value | Description |
90
90
| ------- | ---- | ------------- | ----------- |
91
-
|`tabular.data.createTableSchemaConfig`| boolean |`true`| Create [table `*.schema.json`](https://specs.frictionlessdata.io/table-schema/#descriptor) configuration file alongside data file when parsing CSV data. |
92
-
|`tabular.data.createTableViewConfig`| boolean |`true`| Create `*.table.json` configuration file alongside data file for saving and restoring customized Table View π columns, sort settings, Perspective View and D3FC Charts ππ config options. |
93
-
|`tabular.data.pageSize`| integer |`100000`| Default Data Page Size to use for incremental loading and display of large datasets. |
94
-
|`tabular.data.parser.dynamicTyping`| boolean |`true`| Enable type conversions for numeric and boolean data fields when parsing CSV data. Set this option to `false` to speed up large datasets parsing and loading. |
95
-
|`tabular.data.ui.theme`| string |`light`| Default data view UI theme to use for tabular data display. Current options include `light` and `dark` UI themes for `Tabulator` and `Perspective` data views. |
96
-
|`tabular.data.view`| string |`Tabulator`| Default Tabular Data View type to use for displaying data. Current options include [`Tabulator`](http://tabulator.info) and [`Perspective`](https://perspective.finos.org). |
91
+
|`createTableSchemaConfig`| boolean |`true`| Create [table `*.schema.json`](https://specs.frictionlessdata.io/table-schema/#descriptor) configuration file alongside data file when parsing CSV data. |
92
+
|`createTableViewConfig`| boolean |`true`| Create `*.table.json` configuration file alongside data file for saving and restoring customized Table View π columns, sort settings, Perspective View and D3FC Charts ππ config options. |
93
+
|`pageSize`| integer |`100000`| Default Data Page Size to use for incremental loading and display of large datasets. |
94
+
|`parser.dynamicTyping`| boolean |`true`| Enable type conversions for numeric and boolean data fields when parsing CSV data. Set this option to `false` to speed up large datasets parsing and loading. |
95
+
|`ui.theme`| string |`light`| Default data view UI theme to use for tabular data display. Current options include `light` and `dark` UI themes for `Tabulator` and `Perspective` data views. |
96
+
|`view`| string |`Tabulator`| Default Tabular Data View type to use for displaying data. Current options include [`Tabulator`](http://tabulator.info) and [`Perspective`](https://perspective.finos.org). |
97
97
98
98
You can view Tabular Data Viewer δΈ Configuration Settings via standard vscode `Preferences -> Settings -> Extensions -> Tabular Data Viewer` Settings view or use custom `Tabular Data: View Settings` command from `View -> Command Palette...` menu prompt by typing `Tabular` in it. Hit Reload βΊ button in open Table View π after you toggle Tabular Data Settings to activate your configuration changes for an open table view.
0 commit comments