Find and replace string within a data set
Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
JeniferReid1
6 - Meteoroid
‎01-14-2022
12:42 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hello,
I have a simple workflow that outputs an Excel file that contains the fields "Name" and "Email address". For some of the email addresses I need to correct the domain listed in the address from "@in.gmail.com" to "@gmail.com". I tried using the Find and Replace tool but the configuration asks for a second dataset to replace the data. I don't have a second data set - I just find the email addresses that are incorrect and update them. Does anyone know how I can do this?
Jenifer
Labels:
- Labels:
- Preparation
2 REPLIES 2
17 - Castor
‎01-14-2022
12:55 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hi @JeniferReid1 ,
Use a formula tool instead.
You can use something like this.
Replace(Email, 'in.gmail', 'gmail')
Best,
Fernando V.
21 - Polaris
‎01-14-2022
05:44 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
@JeniferReid1
I think you mean something like this.
