USA
800 691 9120
UK
01225 704844
We use cookies on our website to analyze website usage and to help secure the website against misuse. Advertising and functional cookies are not used in our site or our web application products.
By clicking “Accept Essential Cookies Only”, you consent to us placing these cookies.
Convert the current XML document to a delimited text string
Serialises all records in the mdoc XML buffer as delimited text into the result buffer. By default uses comma as the separator. Optionally adds a header row from field names, wraps values in double quotes, and removes the trailing separator from each row. Note: removing the trailing separator can break AD integration which relies on it.
| Parameter | Description |
|---|---|
| cmd | Column separator character, or "tab" for tab-delimited (defaults to comma) |
| Argument 0 | "1" to include a header row with field names |
| Argument 1 | "quote" to wrap each field value in double quotes |
| Argument 2 | Ignored |
| Argument 3 | "1" to remove the trailing separator after the last field on each row |
XmlToCSV "Column separator character, or "tab" for tab-delimited (defaults to comma)", ""1" to include a header row with field names", ""quote" to wrap each field value in double quotes", "Ignored", ""1" to remove the trailing separator after the last field on each row"