|
Grep Out of a CSV
Hi, I have a CSV file and would like to grep out a particular row of values. The CSV file looks something like...
"email", "data", "date", "other data", "blah", "NUMBER I WANT", "more stuff", and "more stuff"
The file has hundreds of lines and I basically just want the number after the 5th comma. If it helps any, the number is always preceded by the letter "E" Any help would be appreciated, thanks!
|