|
In my incoming third-party XML, how do I change the Attribute to be an element? That way, instead of reading this: it will be readable as this: I saw snippets about how to use XSLT to do this kind of work. Is it possible to do this using SSIS?
(comments are locked)
|
|
Something like the following would work in SQL Server, but I don't think it is the right tool for the job. An XSLT would probably be much better but, since this is a SQL Server Q&A board, let's go with that: As for SSIS, you can do pretty much anything with a .NET Script Task... @jimbobmcgee I am doing SSIS, so I could use XSLT using an XML task
Apr 14 '11 at 03:53 AM
Raj More
XSLT is not my forte, so I'll probably bow out here. If I do come up with anything, I'll let you know.
Apr 18 '11 at 03:46 AM
jimbobmcgee
(comments are locked)
|
|
I used XSLT and solved this problem
(comments are locked)
|

