Special Characters Replaced During XML to CSV Conversion
The following characters are automatically converted to their decimal equivalents during the
conversion of a XML document to a .CSV apreadsheet:
| Special Character |
|
Decimal Replacement |
| [linefeed] | replaced by | 
 | | [tab] | replaced by | 	 | | " | replaced by | " | | , | replaced by | , | | ’ | replaced by | ’ | | “ | replaced by | “ | | ” | replaced by | ” | | – | replaced by | – | | — | replaced by | — | | ™ | replaced by | ™ | | © | replaced by | © | | ® | replaced by | ® | | ° | replaced by | ° | | ± | replaced by | ± | | ¼ | replaced by | ¼ | | ½ | replaced by | ½ |
|