I need to split a row into multiple rows.
sample value in a column is like this.
Message for status: warnings: [w1,w2] | errors: [e1,e2] | other_errors: [e3]
Above total message is in one column value. I need to split it multiple rows like
w1
w2
e1
e2
e3
- Can some one help me how to do this?