Hello everyone,
I performed a feature merger between two shapes and obtained a list from this transformer. My list is as follows:
insee: 11232
code: PTR
SURF: 11
insee: 11232
code: PPH
SURF: 15
insee: 11232
code: SPL
SURF: 23
insee: 15500
code: PPH
SURF: 2
insee: 15500
code: SPL
SURF: 555
So I want to assign the elements of the list to an attribute table (in columns). I have a maximum of 96 elements for a single code, so my resulting table will have many columns.
So I want to get this:

How should I do this?
THANKS