Skip to content

Commit ea37f72

Browse files
bosdbosd
authored andcommitted
[FIX][DOCS]: Add seperator parameter in export command
1 parent 8eeb6c0 commit ea37f72

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/guides/exporting_data.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,8 @@ The command is configured using a set of options. Here are the most essential on
3838
| `--domain` | A filter to select which records to export, written as a string. Defaults to `[]` (export all records). |
3939
| `--worker` | The number of parallel processes to use for the export. Defaults to `1`. |
4040
| `--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+
4143

4244
### Understanding the `--domain` Filter
4345

0 commit comments

Comments
 (0)