I have search for a way to do this, I have found similar questions but nothing that matches this.
I have a cvs file with the following text:
nfoabc,infidel
infoghi,infojkl
,
,
,
inferno,infopqr
infoabc,infodef
,
,
,
The desired output is:
infoabc,infidel
infoghi,infojkl
inferno,infopqr
infoabc,infodef
I'm wondering if there is a way to filter the lines with a single , and no other characters… I think this is where I'm having difficulty.
Any assistance would be greatly appreciated. TIA.