- Moderator
- #1
Hi there.
I have a CSV that I wish to run a GREP against. Unfortunately, all of the fields have double quotes around them... i.e.
"1000","12345","TEST","JOHN","ETC","SOME OTHER CRAP"... etc.
I need to search by the name, in this case John Test.
So, I'm sure this is simple, but I need to be able to grep something like "TEST","JOHN"
... and GREP "\"TEST\",\"JOHN\"" csvfilename.csv doesn't seem to be cutting it.... what am I doing wrong?
Thanks in advance!
Just my 2¢
"In order to start solving a problem, one must first identify its owner." --Me
--Greg
I have a CSV that I wish to run a GREP against. Unfortunately, all of the fields have double quotes around them... i.e.
"1000","12345","TEST","JOHN","ETC","SOME OTHER CRAP"... etc.
I need to search by the name, in this case John Test.
So, I'm sure this is simple, but I need to be able to grep something like "TEST","JOHN"
... and GREP "\"TEST\",\"JOHN\"" csvfilename.csv doesn't seem to be cutting it.... what am I doing wrong?
Thanks in advance!
Just my 2¢
"In order to start solving a problem, one must first identify its owner." --Me
--Greg