importing complex XML data into multiple FileMaker tables

后端 未结 3 630
感动是毒
感动是毒 2021-01-26 10:13

I understand the basics of import to FileMaker (csv, xml) and I know a little about XSLT.

I have a data set containing lists that I need to import into FileMaker. There

3条回答
  •  不思量自难忘°
    2021-01-26 10:31

    To import the positions into a table with fields for PositionID, Unit and Value, you can use the following stylesheet:

    
    
    
    
        
            
                
                
                
            
            
                
                    
                        
                            
                                
                            
                        
                        
                            
                                
                            
                        
                        
                            
                                
                            
                        
                    
                
            
        
    
    
    
    

    To import the data into a table with two target fields (not sure what to call them), you can use:

    
    
    
    
        
            
                
                
            
            
                
                    
                
            
        
    
    
    
        
        
        
        
        
            
                
                    
                        
                    
                
                
                    
                        
                    
                
            
        
        
            
            
                
            
        
    
    
    
    

提交回复
热议问题