Extracting Email Addresses from SQL

113 views
Skip to first unread message

webskipper

unread,
Oct 6, 2010, 1:49:40 AM10/6/10
to Web Authoring
I need to grab all of the email addresses from a backup.sql file.
Find with find each string. I need just the email addresses.

How can I do this?

Thanks in advance!

Jan Erik Moström

unread,
Oct 6, 2010, 2:31:53 AM10/6/10
to web-au...@googlegroups.com
On Wed, Oct 6, 2010 at 07:49, webskipper <goo...@american-rc.com> wrote:
> I need to grab all of the email addresses from a backup.sql file.
> Find with find each string.  I need just the email addresses.
>
> How can I do this?

Without knowing anything about how the file actually looks I would be
searching for the "@" in email address and catch words before/after
it. But it all depends on how the file looks like.

Reply all
Reply to author
Forward
0 new messages