Help parsing a value
-
Hi,
I cannot parse the session id the code betwen " "
session_id":"a43c132b1d2b5e37755a18d2a3765119","
when i'm using the Left and right string , the data is always empty (not getting any value)Thanks
-
Try like this: PARSE "<SOURCE>" JSON "session_id" CreateEmpty=FALSE -> CAP "Value"
-
Already fixed it , thanks anyway ^^