Kim,
Assuming your .csv file is tab delimated, this will work:

Search: ^([^\t]+)\t([^\r]+)
replace: "\01"\t<\02>

Thom.

On Nov 22, 8:37 am, Kim Mosley <[email protected]> wrote:
> I have 500 addresses exported into a .csv file from Google Groups that
> I want to import into Mailman.
>
> I could eliminate all the columns except name and email and then save
> as .txt (tab delimited)
>
> I'd have:
>
> Kim Riley          Mos    [email protected]
> Joe Ril                [email protected]
>
> The format I need is:
>
> "Kim Riley Mos"    <[email protected]>
> "Joe Ril"                <[email protected]>
>
> Can someone give me a grep pattern?
>
> Thanks,
>
> Kim

-- 
You received this message because you are subscribed to the 
"BBEdit Talk" discussion group on Google Groups.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/bbedit?hl=en
If you have a feature request or would like to report a problem, 
please email "[email protected]" rather than posting to the group.

Reply via email to