Introduction
At the completion of processing the command, CSVUtil responds in the form of an XML message. The XML message may contain the following elements:
- Information passed in as input parameters such as the Command, DataDir, and DataFileName
- Information about the contents of the input file such as the TableName and ColumnList
- An Error element identifying the error that was detected.
- Statistics on the success of the message as follows:
- ProcessCount: The number of rows that were successfully processed
- ErrorCount: The number of rows where an error was detected
- Skipcount: The number of rows that were skipped because of duplicate or missing keys. This is only valid when using the ii command which suppresses unique key constraint violations when inserting data, or the uu and dd commands which suppress "no data found" constraint violations when updating/deleting data.