Skip to content

Commit cc41775

Browse files
link table schema config setting info to frictionless data descriptor docs (#72)
1 parent 1da291a commit cc41775

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ Commands, languages, editor/view types and activation events contributed to VSCo
6969
| ------- | ---- | ------------- | ----------- |
7070
| `tabular.data.pageSize` | integer | `100000` | Default Data Page Size to use for incremental loading and display of large datasets. |
7171
| `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. |
72-
| `tabular.data.createTableSchemaConfig` | boolean | `true` | Create table `*.schema.json` configuration file alongside data file when parsing CSV data. |
72+
| `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. |
7373
| `tabular.data.createTableViewConfig` | boolean | `true` | Create `*.table.json` configuration file alongside data file for saving and restoring customized Table View 🀄 columns and sort settings. |
7474

7575
# Observable JS Notebook

0 commit comments

Comments
 (0)