For example below is my XML
<serviceType>xxx</serviceType>
<some stuff>
<some more stuff>
<code>D</code>
Now I need above thing "xxx" as field to the value "D" to be extracted and displayed as below in table format
xxx
 D
Can someone please help me here. Thanks in advance
 
					
				
		
 
		
		
		
		
		
	
			
		
		
			
					
		You can try using KV_MODE = XML in props.conf or use the SPATH command, you can also create a REGEX rule in transforms.conf, depending on what is easier for you to do.
Hope this helps.
 
					
				
		
 
		
		
		
		
		
	
			
		
		
			
					
		You can try using KV_MODE = XML in props.conf or use the SPATH command, you can also create a REGEX rule in transforms.conf, depending on what is easier for you to do.
Hope this helps.
Thanks for your response 🙂
