Need Help to solve this

2012-11-04 Thread Praveen Tiwari
I have a field where we have multiple email addresses like 
prave...@gmail.com;am...@gmail.com;rak...@gmail.com.
I need to separate each mail address and push as separate records with respect 
to each mail address.
Kindly help on this.
Thanks


Regards
Praveen

___
UNSUBSCRIBE or access ARSlist Archives at www.arslist.org
attend wwrug12 www.wwrug12.com ARSList: Where the Answers Are


Re: Need Help to solve this

2012-11-04 Thread Bruce - Gmail
U need to do a find and replace

Sent from my iPhone

On Nov 3, 2012, at 11:30 PM, Praveen Tiwari prave...@gmail.com wrote:

 I have a field where we have multiple email addresses like 
 prave...@gmail.com;am...@gmail.com;rak...@gmail.com.
 I need to separate each mail address and push as separate records with 
 respect to each mail address.
 Kindly help on this.
 Thanks
 
 
 Regards
 Praveen
 
 ___
 UNSUBSCRIBE or access ARSlist Archives at www.arslist.org
 attend wwrug12 www.wwrug12.com ARSList: Where the Answers Are

___
UNSUBSCRIBE or access ARSlist Archives at www.arslist.org
attend wwrug12 www.wwrug12.com ARSList: Where the Answers Are


Re: Need Help to solve this

2012-11-04 Thread Praveen Tiwari
Thanks for your help, can you please post the steps in details pls

___
UNSUBSCRIBE or access ARSlist Archives at www.arslist.org
attend wwrug12 www.wwrug12.com ARSList: Where the Answers Are


Re: Need Help to solve this

2012-11-04 Thread patchsk
For Ex:
Original:
 te...@gmail.com;te...@gmail.com;te...@gmail.com
Final: 
 te...@gmail.com
 te...@gmail.com
 te...@gmail.com

You need to replace ; with new line char(  HIT KEYBOARD ENTER ) before 
 using it with notification filters.

 It would look like   REPLACE($Oringinal$,;,|) in your filter.

Please search the forum there are already a few posts with images 
describing it.



___
UNSUBSCRIBE or access ARSlist Archives at www.arslist.org
attend wwrug12 www.wwrug12.com ARSList: Where the Answers Are