Hello,
I would like to transpose data when i meet a specific value in my data...
For examle lets say i have this data set below :

The desire output will be like this :

I have tried transpose component based on the first column,but when i meet again the value 'points',i have a conflict there..
Any idea how can i implement this?