Conversion from CSV to XML
(1) Enclosure characters and delimiters
If you input a CSV-format file, you cannot specify the same character for both Enclosure character and Delimiter.
(2) Enclosure characters
If the character specified for Enclosure character is included in the data, such enclosure characters are also handled as data. Additionally, if you convert a CSV data item that includes enclosure characters to XML format, the data other than the enclosure characters is converted. Enclosure characters are not included in the data.
(3) Delimiters
If the character specified for Delimiter is included in the data, that delimiter is handled as data in CSV data that includes enclosure characters, but is handled as a delimiter in CSV data that does not include enclosure characters.
(4) Differences of output data depending on "Handling of leading zeroes in numeric data"
The output data might be different, depending on the setting of the Data processing information item. For details, see Settings for output file information (2) Specifying Handling of leading zeroes in numeric data.
(5) Differences in output data depending on the value set for Handling of leading zeroes in numeric data (data without a decimal part)
Handling of trailing spaces after character data is only valid when the field type of the output XML-format file is a character string. For details, see Settings for output file information (3) Specifying Handling of trailing spaces after character data.
(6) Difference between data output with Insert a line break after each record and Indentation
For details, see Settings for output file information (4) Difference between data output with Insert a line break after each record and Indentation (when an output file is XML).
(7) Differences in output data depending on the XML record unit
Configure how you handle the records of the output XML-format files. For details, see Registering XML information.