Monday, September 24, 2007
xslt stylesheet to convert xml to tab delimited file
Sometimes, you just want a tab delimited text file. For those occasions, here's the xslt to convert an xml file to a tab delimited file. the tab and newline characters might get converted when displayed on the screen so do a view source if the select=" " shows whitespace
3 comments:
Thank you for the very clear example - helped me right through my problem..
Data Transformation Server includes and or supports pre-built adapters for ASCII flat files,
Microsoft Excel, Fixed-length files, complex XML messages and EDI
This was super helpful, thanks.
Post a Comment