Hi, I am exporting from a database as a csv which provides the following ID,NAME,RATING
<tbody>
ID1
BEN
1
ID2
BEN
1
ID3
BEN
2
ID4
BEN
3
ID5
JAMES
1
ID1
SAM
1
ID4
SAM
2
ID2
DAN
1
ID9
DAN
2
ID10
DAN
2
</tbody>
I need to transform this into the following
<tbody>
ID1
ID2
ID3...