We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8eeb6c0 commit ea37f72Copy full SHA for ea37f72
docs/guides/exporting_data.md
@@ -38,6 +38,8 @@ The command is configured using a set of options. Here are the most essential on
38
| `--domain` | A filter to select which records to export, written as a string. Defaults to `[]` (export all records). |
39
| `--worker` | The number of parallel processes to use for the export. Defaults to `1`. |
40
| `--size` | The number of records to fetch in a single batch. Defaults to `10`. |
41
+| `--sep` | The character separating columns. Defaults to a semicolon (`;`). |
42
+
43
44
### Understanding the `--domain` Filter
45
0 commit comments