J
J_J
Hi,
I have 650 lines of data in CSV format in an excel sheet.
The lines are long and something like this:
Aaaaaa,"",Bbbbbb," ","(e-mail address removed)","bla bla", ..........
Cdfhdj,"",Djkjds,"dsd","(e-mail address removed)","sdfsd",.......
.....
....
I need to filter out the records like this
A B C
1 Aaaaa Bbbbbb (e-mail address removed),
2 Cdfhdj Djkjds (e-mail address removed)
Any code recommendation is much appriciated.
J_J
I have 650 lines of data in CSV format in an excel sheet.
The lines are long and something like this:
Aaaaaa,"",Bbbbbb," ","(e-mail address removed)","bla bla", ..........
Cdfhdj,"",Djkjds,"dsd","(e-mail address removed)","sdfsd",.......
.....
....
I need to filter out the records like this
A B C
1 Aaaaa Bbbbbb (e-mail address removed),
2 Cdfhdj Djkjds (e-mail address removed)
Any code recommendation is much appriciated.
J_J