Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
 root
		
			root
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		I have some input data which I need to get converted to a json object. I am half-way there, but, cannot pin-point what to do to get it fully working. Any help is appreciated.
Original OP:
abc;pqr;123 def;ghj;876
Expected JSON Object:
{
   "test_op":[
      {
         "lname":"abc",
         "fname":"pqr",
         "score":"123"
      },
      {
         "lname":"def",
         "fname":"ghj",
         "score":"876"
      }
   ]
}
					
				
			
			
				
			
			
			
			
			
			
			
		 fab_74
		
			fab_74
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		 root
		
			root
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		 
					
				
		
Hello,
Sorry for delay.
We will check your attachment test_json.zip file and then come back to you as soon as we can.
Thanks for your time.
Best regards
Sabrina
 fab_74
		
			fab_74
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		hi,
what is your expected JSON output? (Structure).
Have an input and output example?
 fab_74
		
			fab_74
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		 root
		
			root
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		