+ If you want to export a subset of columns, simply specify a space separated list of those columns after the -co option:
+
+ If you have defined an export template, simply specify the absolute path to the export template after the -et option:
+
A final option for export is to control whether a Byte Order Mark (BOM) is written at the beginning of the file.
To write a BOM, use the -B option:
@@ -1223,6 +1245,15 @@
+ -et |
+ --export-template |
+ Absolute path to the export template |
+ Specifies that CSV output should be written using the customisations defined in the Export Template. |
+
+ droid “C:\Files\A Folder” "C:\Files\A File” -et "C:\Templates\MyExport.template"
+ |
+