For certain fields, you can replace every occurrence of a specific text string with different text.
parameters
| in this field | Field to be updated |
| change this text | Case-sensitive text to search for |
| to this text | Replacement text |
to substitute text
- Click the actions button
- Click substitute
- Fill out the form (see parameters above)
- Click substitute
For each subcap in the found set, the selected field will be searched, and every instance of the specified text will be changed to the replacement text.
examples
| original value | search for text | substitute with | result |
| show_101_013_020 | show | doom | doom_101_013_020 |
| Show_101_013_020 | show | doom | Show_101_013_020 |
| show_101_013_020 | _01 | _02 | show_101_023_020 |
| show_101_013_020 | 01 | 02 | show_102_023_020 |
still have questions? submit a request