August 2003
Intermediate to advanced
624 pages
15h 3m
English
Characteristics governing the output XML documents are described in the XMLOutputCharacteristics Element. This Element is used only when converting from CSV files to XML.
Table 7.4 shows the child Elements of the XMLOutputCharacteristics Element.
| Child Element | Attribute | Schema Language Data Type | Description | Allowable Values |
|---|---|---|---|---|
| RecordTerminator | value | union of U, W, and hexBinary | Specifies the physical record terminator as a UNIX-style line feed character, a Windows-style carriage return and line feed pair, or a hexadecimal value | U, W, or a two-character hexadecimal number from 00 through FF representing a single byte |
| ColumnDelimiter | value | union of a single token character ... |