Convert Delimited String to XML

Sometimes it is required to convert a delimited string to XML data. This helps you achieve that.

Provide rowseparator and column separator below and then provide the entire delimited sting. The first row is treated as the header and is used to prepare the element names.

Note: Default (if nothing is provided) row separator is new line and column separator is ,

Click here to try