Quantcast
Channel: SQL Server Integration Services forum
Viewing all articles
Browse latest Browse all 24688

SSIS format XML data

$
0
0

I have below sample data stored as XML document.

<List><FirstName>abc</FirstName><LastName>def</LastName></List>

I want to format the file in below format and save as XML document.

<List>
<FirstName>
     abc
</FirstName>
<LastName>
     def
</LastName>
</List>


-----------------

Any help much appreciated.


Viewing all articles
Browse latest Browse all 24688

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>