Viewing 2 posts - 1 through 2 (of 2 total)
here's the perl script...it takes a paramenter of the filename the records are saved to and saves it as "Clean_" + filename.
#!/usr/bin/perl -w
my $file = $ARGV[0];
open (MYFILE, $file) || die...
January 31, 2005 at 2:43 pm
#539807
yeah, I gave up trying to accomplish this in osql, I just wrote a quick PERL script and trimed things up nicely.
January 20, 2005 at 8:43 pm
#538434