How to transform row entries (as arrays) to rows?

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 :slight_smile:

With the ungroup node :blush:

2 Likes

thank you so much! It’s working :slight_smile:

2 Likes

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.