Ok, I've been working with this for about a week (off and on, about 8 hours work) and I can't seem to get the results I want. I'm a fairly basic regex user. I have never really had a need for really complex search patterns like this one.
I have a collection of files that are all CSV. There is one field I need to check in all of them. The field is between the 45th & 46th set of double quotes. The value I'm looking for is a date represented like [0-9]+-[A-Z]+-[0-9]+
The hard part is that I can't seem to get any results back no matter how I try to tell my expression to search ONLY that field (see above). I can get it to return all dates out of the file in that format (10-SEP-04) but I can't constrain it to look only in a particular field.
I would have thought that it would be a valid pattern to look in one set place on each line, but I'm coming up short on the syntax. Can anyone help?
"It's easier to ask forgiveness than it is to get permission." - Rear Admiral Dr. Grace Hopper
I have a collection of files that are all CSV. There is one field I need to check in all of them. The field is between the 45th & 46th set of double quotes. The value I'm looking for is a date represented like [0-9]+-[A-Z]+-[0-9]+
The hard part is that I can't seem to get any results back no matter how I try to tell my expression to search ONLY that field (see above). I can get it to return all dates out of the file in that format (10-SEP-04) but I can't constrain it to look only in a particular field.
I would have thought that it would be a valid pattern to look in one set place on each line, but I'm coming up short on the syntax. Can anyone help?
"It's easier to ask forgiveness than it is to get permission." - Rear Admiral Dr. Grace Hopper