Book a Demo

Author Topic: Doing a find and replace on text  (Read 3660 times)

Robert Sheridan

  • EA User
  • **
  • Posts: 24
  • Karma: +0/-0
  • I love YaBB 1G - SP1!
    • View Profile
Doing a find and replace on text
« on: April 30, 2009, 07:37:31 pm »
Does anyone knows a good way to do a global find and replace on words (we have changed the name of a major component ....) without resorting to SQL/Microsoft Access.

I have had a look in the help files and searched the forum and it looks as if there is no way of doing this using the current EA GUI.

Thanks
Robert

KP

  • EA Administrator
  • EA Expert
  • *****
  • Posts: 2919
  • Karma: +55/-3
    • View Profile
Re: Doing a find and replace on text
« Reply #1 on: May 01, 2009, 09:30:34 am »
You could export to XMI, very carefully edit the XMI in a text editor, then import it back in again (don't strip GUIDs on the import)
« Last Edit: May 01, 2009, 09:31:10 am by KP »
The Sparx Team
[email protected]

Robert Sheridan

  • EA User
  • **
  • Posts: 24
  • Karma: +0/-0
  • I love YaBB 1G - SP1!
    • View Profile
Re: Doing a find and replace on text
« Reply #2 on: May 01, 2009, 05:54:27 pm »
Thanks, I had a suspicion that it would be something like that.

Robert