Hi,
I have a table that consists of one column. In each line is a string array: [MPSAHSVK, LRPLER, EDLR, …].
The single sequences should appear as a row so that I can group them later.
How do I convert the individual string array elements in a row into a separate row?
Example: [MPSAHSVK, LRPLER, EDLR, …] ->
ROW 1: MPSAHSVK
ROW 2: LRPLER
ROW 3: EDLR
ROW 4: EDLR
ROW X: MAMTYHLDVVSAEQQMFSGLVEK
Thanks for every hint in advance