I have a text field in a database table that is stored in XML format. The frontend web application can take that XML and put it into usable product. I am trying to extact pieces of information from that 'XML Document' via SSIS. I only need about 5 fields from that XML text, but need it to be automated and able to be put into SSIS package.
Please help.