I have a table with data like this:
a | b | c | d | e
1 | 2 | 3 | 4 | 5
and I want it to be:
name | value
 a   |   1
 b   |   2
 c   |   3
 d   |   4
 e   |   5
thank you for your help!
I have a table with data like this:
a | b | c | d | e
1 | 2 | 3 | 4 | 5
and I want it to be:
name | value
 a   |   1
 b   |   2
 c   |   3
 d   |   4
 e   |   5
thank you for your help!
