Tag Archives: CSV to XML

Convert CSV to XML in C#

CSV and XML are among the most popular file formats used by developers. These formats are normally used to store and exchange data within and between applications. It is often required to convert one format into another before storing or transmitting the information. In this article, you will find how to programmatically convert the CSV (comma-separated values) file into XML format using C#.

The article will cover the following topics:

  • .NET API - CSV to XML Conversion
  • How to Convert CSV to XML in C#
Posted in GroupDocs.Conversion Product Family | Tagged , , ,