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
--tag The tag of the node that represents a single record (Eg: item, record)*
45
45
--delimiter Delimiter for seperating items in a row. Default is , (a comma followed by a space)
46
-
--ignore A space separated list of element tags in the XML document to ignore.
47
-
--header Whether to print the CSV header (list of fields) in the first line; 1=yes, 0=no. Default is 1.
46
+
--ignore A space separated list of element tags in the XML document to ignore
47
+
--noheader Exclude CSV fields header (first line). Off by default
48
48
--encoding Character encoding of the document. Default is utf-8
49
49
--limit Limit the number of records to be processed from the document to a particular number. Default is no limit (-1)
50
-
--buffer The number of records to be kept in memory before it is written to the output CSV file. Helps reduce the number of disk writes. Default is 1000.
50
+
--buffer The number of records to be kept in memory before it is written to the output CSV file. Helps reduce the number of disk writes. Default is 1000
0 commit comments