I need to do the following two things (separately):
First.. I have a file with comma delineated fields. The data in each field
is enclosed in double quotes ("). However, some data fields have a quote
within the quotes, and I need to remove that. What is my best choice for
this?
Second.. A text file that contains data within brackets in this format:
useless text here[first/last]and useless text here
I need to just take the data "first" and "last" and output it into another
file like this:
first:last
So whats the best idea for that? Any takers? :)
Thanks!
Bryan
--
To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
as the Subject.