We have updated our Terms of Service, Code of Conduct, and Addendum.

Is there a way to extract the key-value pair in the JSON object from the _raw field in the Pipeline?

Hi, is there a way to extract the key-value pair in the JSON object from the `_raw` field in the Pipeline? My `_raw` field looks like this `_raw: {"name":"foo", "age":"99", "phone":"12345678"}` I've tried the Parser function in the Pipeline, and tried the options in the Type dropdown but no luck... The parse extraction example in the sandbox tutorial is in string, didn't work for dictionary.

Answers