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
* AUTO: Sync ScalarDB docs in English to docs site repo
* Add Data Loader doc
---------
Co-authored-by: josh-wong <[email protected]>
Co-authored-by: Josh Wong <[email protected]>
@@ -52,11 +52,11 @@ Here is a list of flags (options) that can be used with the scalardb data loader
52
52
| --start-exclusive | Is the scan start exclusive or not. If omitted, the default value is `false`. This flag is only applicable to `--key`|`scalardb-data-loader --start-exclusive`|
53
53
| --end | Clustering key to mark scan end. This flag is only applicable to `--key`. |`scalardb-data-loader --end columnName=value`|
54
54
| --end-exclusive | Is the scan start exclusive or not. If omitted, the default value is `false`. This flag is only applicable to `--key`|`scalardb-data-loader --end-exclusive`|
55
-
| --limit | Limit the results of the scan. If omitted, the default value is `0` which means their is no limit. |`scalardb-data-loader --limit 1000`|
55
+
| --limit | Limit the results of the scan. If omitted, the default value is `0` which means there is no limit. |`scalardb-data-loader --limit 1000`|
56
56
| --output-file | The name and path of the output file. If omitted, the tool will save the file in the current folder with the following name format:<br />`export_namespace.tableName_timestamp.json` or `export_namespace.tableName_timestamp.csv`<br /><br />The ouput folder needs to exists. The dataloader does not create the output folder for you. |`scalardb-data-loader --output-file ./out/output.json`|
57
57
| --format | The output format. By default `json` is selected. |`scalardb-data-loader --format json`|
58
58
| --metadata | When set to true the transaction metadata is included in the export. By default this is set to `false`|`scalardb-data-loader --metadata`|
59
59
| --delimiter | The delimiter used in CSV files. Default value is `;`|`scalardb-data-loader --delimiter ;`|
60
60
| --no-headers | Exclude header row in CSV file. Default is `false`|`scalardb-data-loader --no-headers`|
0 commit comments