Load XML Data from various resources

  • Hi,

    I'd like to know how I can do the following:

    1. Receiving various XML files from about 50 companies

    2. Each XML file will contain the same data, however the "field nodes" in the XML file are different, for example, one XML can be something like this

    XML File1

    XML File2

    3. Load those different files into the same table or tables

    I know I can use bulkcopy using either a C# or SSIS, however the design issue is how can I design this and determine that the field nodes in the different XML files contain the same type of data?

    Any thoughts or ideas or links would be great.

    :unsure:

    Thanks,

  • The fields names appear in the XML files like so:

    XML File 1

    FirstName - John

    XML File 2

    FName

    Sorry that these fieldnames didn't appear in my original message.

    Thanks,

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

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