Process Multi-Level XML in SSIS

แชร์
ฝัง
  • เผยแพร่เมื่อ 29 ม.ค. 2025

ความคิดเห็น • 33

  • @cogsy1598
    @cogsy1598 6 ปีที่แล้ว

    I have used Approach 2 before but you have made me want to change all of those to Approach 3. I have seen this before but your explanation was the best I have seen.

  • @ganeshasarasati1930
    @ganeshasarasati1930 9 ปีที่แล้ว

    Thanks a lot for explaining all in detail and showing all the methods to resolve the task.

  • @guyinazo
    @guyinazo 9 ปีที่แล้ว

    Great video. Just started a project that uses a large multilayered XML file and in SSIS I was confused on how to get and join data from each node and this has offered me a direction.

  • @papasteve99
    @papasteve99 11 ปีที่แล้ว

    Excellent. Three solutions in one video.

  • @sijanstha4026
    @sijanstha4026 6 ปีที่แล้ว +4

    you have explained it very well, I am able to understand each step.
    Can you please tell how to generate xsl file on the third approach you have explained?

  • @taraajith
    @taraajith 2 ปีที่แล้ว

    Thank you Sir , well explained!!!

  • @Ziadvb971
    @Ziadvb971 5 ปีที่แล้ว +1

    Very helpful video!!

  • @gokulman3389
    @gokulman3389 9 ปีที่แล้ว

    Excellent video, very neatly explained.

  • @hemanthreddypadilati5109
    @hemanthreddypadilati5109 3 ปีที่แล้ว

    Nice explanation..thank u

  • @sandeepmididoddi6805
    @sandeepmididoddi6805 2 ปีที่แล้ว

    Good Explanation

  • @naveenk8179
    @naveenk8179 3 ปีที่แล้ว +2

    Thanks Sir! But how to create XSL file from multi level xml ?

  • @saifaddabbagh
    @saifaddabbagh 9 ปีที่แล้ว

    Very useful video. Thanks a lot.

  • @jesicaj6919
    @jesicaj6919 9 ปีที่แล้ว

    Awesome video! Thanks.

  • @varunkumarsvk
    @varunkumarsvk 10 ปีที่แล้ว

    Thank you sir. that was really helpful. Having three approaches in one video with their pros and cons really was helpful. I think the .xsl file that he was talking about is a standard format/template. We can all probably use the same .xsl templates for our loads also. You may have to modify/edit the number of columns and their names and you are good to go. Correct me if I am wrong.

    • @durgapalepu5780
      @durgapalepu5780 9 ปีที่แล้ว

      +varun kumar
      Yes, all that we need to do to create .xsl file is to understand the underlying source xml structure and the desired target xml structure and then creating the .xsl template.

  • @swethavor
    @swethavor 10 ปีที่แล้ว +1

    Thanks for the great video. In the Approach 3, how did you create the XSL file?

  • @Ccana003
    @Ccana003 9 ปีที่แล้ว

    I have a question... I did Approach 3 but when the file is denormalized and I put it into a XML source, it is now reading the fields as all separate. Any idea why?

  • @786jasmeen
    @786jasmeen 8 ปีที่แล้ว +1

    Very Useful and great video to start off on Multi Level , thanks one question
    3rd approch How can I create XSL file for my multilevel XML?

  • @ahpitre
    @ahpitre 9 ปีที่แล้ว

    Excellent, very detailed and well explained. Can you recommend tools to help you create an XSL file? Thanks.

  • @vkkpp
    @vkkpp 6 ปีที่แล้ว

    BookStore attribute is not inserted anywhere in the SQL could you please explain how to pull the information in the root Tag

  • @tejaspatel4035
    @tejaspatel4035 11 ปีที่แล้ว +1

    Hey Nice Video..
    But in 3rd approch How can I create XSL file for my multilevel XML?

  • @1300username
    @1300username 7 ปีที่แล้ว +1

    Dude, how after 4 years did you not at least provide a single link to simple explanation on creating an xsl file???

  • @lekhsharma4448
    @lekhsharma4448 5 ปีที่แล้ว

    How can I reach out to the video author? I have similar type of case and I need some input. Is there any way I can get any type of contact info, please. Video is very good.

  • @anilvemana4029
    @anilvemana4029 5 ปีที่แล้ว

    How to create xsl file from multilevel XML ?

  • @pragnasarvani5686
    @pragnasarvani5686 5 ปีที่แล้ว

    How to create a xslt file

  • @shrugg22
    @shrugg22 4 ปีที่แล้ว

    Great video. I am sure that author of this video doesn't reply. Can anyone tell me how to get the element "specialty" from first node ? I can do \\bookstore\@Specialty in my xpath but i got multiple elements and idk how to reach all of them and create one output with detail level as well. Any help appreciated.

  • @sudarshanghimire5067
    @sudarshanghimire5067 9 ปีที่แล้ว

    thank you for this video but how do you create .xsl file. can anybody explain me? Thanks

  • @Sarabjitsethi
    @Sarabjitsethi 7 ปีที่แล้ว

    how to convert xml to xsl file

  • @0aintseennothingyet0
    @0aintseennothingyet0 11 ปีที่แล้ว

    useful thanks

  • @nuthouse99
    @nuthouse99 8 ปีที่แล้ว

    This glosses over a very problematic common situation with multiple namespaces and makes it impossible to generate xsd file