How to use XSLT to convert a XML to Table [CODE UPDATED 11/6]

前端 未结 2 1511
隐瞒了意图╮
隐瞒了意图╮ 2021-01-28 10:41

I have a XML file want to convert to a Table OR CSV by XSLT. I tried by Altova MapForce 2014to map the columns but still,not able to gen out the outcomes. thanks a lot.

2条回答
  •  梦如初夏
    2021-01-28 11:10

    Here's how you can accomplish this using templates. To increase the number of levels of permutations, you'll just need to increase the number of templates, and pass more and more parameters from one to the next:

    
        
    
      
        
          
            Records
          
          
            
            
    ID date Gender NameType FirstName SurName Description1 Description2 Description3 DateType Year

提交回复
热议问题