im trying to divide text from each symbol from one long text.
Column 1 |
---|
C9 ban Pearl; LEV ban Fracture; C9 pick Lotus; LEV pick Haven; C9 ban Split; LEV ban Ascent; Bind remains |
and i need to tranform this long text into this table
Team | pb_phase | Map |
---|---|---|
C9 | ban | Pearl |
LEV | ban | Fracture |
C9 | pick | Lotus |
LEV | pick | Haven |
C9 | ban | Split |
LEV | ban | Ascent |
im expecting to divide each symbol to each row and then divide text from each row into 3 different column (team,pb_phase, and map)