cancel
Showing results for 
Search instead for 
Did you mean: 

Saving text to data item in XML-mode

MariaKihlberg
Level 4
Hi, I would like to save down a large piece of text to a data item in XML mode. Anyone that knows how to do this, and could share it with me? Currently, I have only been able to save down the text in 'plain' mode, and then manually change to XML to see text divided into rows. Best regards Maria
1 REPLY 1

AtulKumar
Level 3
Hi Maria, As per my understanding you have text data and want to convert into xml format, If I am getting right then you have to write your own logic to convert into xml format. Alternate way is to get the data in collection then collection is DataTable in term of C#. Using the code stage you can write the code to convert datatable to xml by WriteXml method. Thanks & Regards, Atul Kumar