I have a text file (approx. 300'000 lines) with a unique column exhibiting 2 to 6 fields separated by a comma.
A,BB,CC
EF,GHI,DKLM,OP
Q,RS,TUV
W,XY
What I would I like to achieve:
A,B,C
EF,HI,KLM,P
Q,S,UV
W,Y
Said differently, I would like to remove in each line, the FIRST character after each comma.
Thanks in advance for your time and help. Best regards,
Laurent
A,,CC
?. – AdminBee Jul 19 '21 at 10:06