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: src/content/docs/reference/exports.md
+5
Original file line number
Diff line number
Diff line change
@@ -51,3 +51,8 @@ Besides the above, there are format-specific parameters:
51
51
|`format`|`csv`, `dsv`| The output-format of the exported data. Might be `int`, `double`, `string`, `rdf` or `skip`. |
52
52
53
53
When using the [Nemo command-line client](/nemo-doc/guides/cli), some cli options are available to override the export directives in the program, to set the output (base) directory, and to control if existing files should be overwritten.
54
+
55
+
The parameters in export directives can also make use of format strings, e.g.,
0 commit comments