I have a Json object as below,
{"environment":"xxx", "feature":"first_attempt", "scenario":"second scenario", "project":"first"}
For the field "feature", I am looking for splitting the word into two separated by '_'. Basically I am looking for an output which prints "first" and "attempt" as two different fields.