How to insert missed @ or .(dot) in an email address

Post questions here relative to DataStage Enterprise/PX Edition for such areas as Parallel job design, Parallel datasets, BuildOps, Wrappers, etc.

Moderators: chulett, rschirm, roy

Post Reply
nasimul
Participant
Posts: 37
Joined: Wed Jan 25, 2006 1:38 am

How to insert missed @ or .(dot) in an email address

Post by nasimul »

Hi,
I need to insert @ and/or . (DOT) symbol if email addres doesn't contain that.

For example:

1. xyz@gmailcom should be changed to xyz@gmail.com (here missing dot is inserted)

2. xyzgmailcom should be changed to xyz@gmail.com (here missing dot and @ is inserted)

3. xyzgmail.com should be changed to xyz@gmail.com (here missing @ symbol is inserted)

Please let me know how can I achieve this through QualityStage/DataStage?

Regards,
Nasimul
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

QualityStage match against list of valid domains. Survive matches from the valid list.
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
nasimul
Participant
Posts: 37
Joined: Wed Jan 25, 2006 1:38 am

Post by nasimul »

Thanks.
Please let me know which rule set matches against list of valid domain so that I can use it.
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

Customized VEMAIL, as noted in your other thread.
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
Post Reply