I'm using the spool command in sqlplus to retrieve some information and put it into a file. Than I want to parse that file for only valid lines not all the other stuff sqlplus stuffs in there. The big problem is the new lines that are littered everywhere and I can't seem to get rid of. The regex I'm using through
ant is this ...
There must be something I'm missing ... any ideas?