Home Forums Programming XML How to add attribute from Parent element to child element's attribute using visual studio designer RE: How to add attribute from Parent element to child element's attribute using visual studio designer

  • Your example shows the final result after importing the xml structure.

    You don't really need the xsd for that...

    So, the result set does not really have to do with the question you've asked. This expected result would have been much appreciated in the discussion earlier (see link above)...

    If you'd need to include the DB name you just have to include in the select clause I posted in the link mentioned above.

    But please be aware that the upload time will increase as already said in the post.

    Another option would be to modify your xsd schemas so it already includes all the target tables and target column definition.

    Then you could use the xsd for loading the xml file. For details on how to use xml data including usage of xml schema (if you have the option to do that) please read the XML workshop series by J. Sebastian (search for XML workshop on this site).



    Lutz
    A pessimist is an optimist with experience.

    How to get fast answers to your question[/url]
    How to post performance related questions[/url]
    Links for Tally Table [/url] , Cross Tabs [/url] and Dynamic Cross Tabs [/url], Delimited Split Function[/url]