How to handle mutiple outputs in xml source

  • Hi,

    I'm trying to load xml data into sql table using xml source, the file has around 6000 fileds. When i click on columns in XML source editor i see mutiple outputs each having set of available columns.Now when i connect source to destionation it asking me to select one output from above available outputs.Do we have any option to select all outputs at a time and load into destination? I have around 80 outputs like that.

    First time i come across with this scenario,Can anyone please suggest on this?

    Thanks,

    Kumar

  • If you have a complex XML file and SSIS detects 80 outputs then you'll have to process each of the 80 outputs in some form or manner if you want the data loaded somewhere. How do you suppose SSIS could process 80 outputs into one Destination if each output has a different set of fields or different data types?

    Maybe you could look into the Bulk XML Loader built into SQLXML. With it you can provide a specialized xsd and the loader will automatically bring the XML into tables you define in the xsd.

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • Please do not cross-post. It just fragments responses and wastes people's time.

    Direct all replies here:

    http://www.sqlservercentral.com/Forums/FindPost1406209.aspx

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

Viewing 3 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic. Login to reply