Convert CSV file and data to XML


CSV (Comma-Separated Values) is a file format that is commonly used to store tabular data as plain text. Each line of a CSV file represents a row in the table, and then each column in that row is separated by a comma. CSV files can also be easily edited using MS Excel. Also CSV data can easily be imported in any database for further processing and analysis. CSV (Comma separated values) is one of the widely used formats to import or export data.

XML (eXtensible Markup Language) on the other hand is a markup language that is used to store, transmit structured data. It looks similar to HTML as it uses tags, but XML is primarily designed to store and transport data not just for display. Also in XML users can define custom tags, making this as "extensible".

Below you can convert your CSV data into XML format. You may either paste or upload your data for the conversion.

 First line is header
Xml-Root 
Row-Indicator 
 Type or Paste  
 Upload File (preferably small size)  
  
Converted Output: