Need to get value from input String(by regex) ?

shhajare

New Member
Hello Team,

I am having a requirement to split string of (Key, Value) format. First value will be field name and second value will be its value. Input string may vary with different length.
Example :
Input String : "login":"shiv1", "firstName":"shivani","phone":"900900001234","currency":["do":"add","value":"x"]
Expected Output : in collection

field - login ,firstname,phone,currency
value - shiv1 ,shivani,9000365464387,

used Split Text action of utitlity -string , but didnt come to the conclusion .can we do it from regex or how we can achieve it ?

Thanks in advance !
 
Top