Thanks a lot for explaining all in detail and showing all the methods to resolve the task.
@cogsy15986 жыл бұрын
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.
@guyinazo9 жыл бұрын
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.
@papasteve9911 жыл бұрын
Excellent. Three solutions in one video.
@taraajith2 жыл бұрын
Thank you Sir , well explained!!!
@Ziadvb9715 жыл бұрын
Very helpful video!!
@sijanstha40266 жыл бұрын
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?
@hemanthreddypadilati51093 жыл бұрын
Nice explanation..thank u
@sandeepmididoddi68052 жыл бұрын
Good Explanation
@jesicaj69199 жыл бұрын
Awesome video! Thanks.
@saifaddabbagh9 жыл бұрын
Very useful video. Thanks a lot.
@gokulman33899 жыл бұрын
Excellent video, very neatly explained.
@swethavor10 жыл бұрын
Thanks for the great video. In the Approach 3, how did you create the XSL file?
@786jasmeen8 жыл бұрын
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?
@varunkumarsvk10 жыл бұрын
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.
@durgapalepu57809 жыл бұрын
+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.
@naveenk81793 жыл бұрын
Thanks Sir! But how to create XSL file from multi level xml ?
@1300username7 жыл бұрын
Dude, how after 4 years did you not at least provide a single link to simple explanation on creating an xsl file???
@ahpitre9 жыл бұрын
Excellent, very detailed and well explained. Can you recommend tools to help you create an XSL file? Thanks.
@lekhsharma44485 жыл бұрын
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.
@0aintseennothingyet011 жыл бұрын
useful thanks
@tejaspatel403511 жыл бұрын
Hey Nice Video.. But in 3rd approch How can I create XSL file for my multilevel XML?
@Ccana0039 жыл бұрын
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?
@pragnasarvani56865 жыл бұрын
How to create a xslt file
@vkkpp6 жыл бұрын
BookStore attribute is not inserted anywhere in the SQL could you please explain how to pull the information in the root Tag
@anilvemana40295 жыл бұрын
How to create xsl file from multilevel XML ?
@Sarabjitsethi7 жыл бұрын
how to convert xml to xsl file
@shrugg224 жыл бұрын
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.
@sudarshanghimire50679 жыл бұрын
thank you for this video but how do you create .xsl file. can anybody explain me? Thanks
@nuthouse998 жыл бұрын
This glosses over a very problematic common situation with multiple namespaces and makes it impossible to generate xsd file