I have a text file in the format:
1,3
1,5
1,4
1,4.3
5,4
54,3
100,1
100,1
1100,2
etc
basically just two columns, comma separated.
I need to convert that into a text file with the format as follows:
1:
5
4
4.3
5:
4
54:
3
100:
1
1
1100:
2
etc
Column one appears once, followed by ':', with all...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.