This forum uses cookies
This forum makes use of cookies to store your login information if you are registered, and your last visit if you are not. Cookies are small text documents stored on your computer; the cookies set by this forum can only be used on this website and pose no security risk. Cookies on this forum also track the specific topics you have read and when you last read them. Please confirm that you accept these cookies being set.

GA namechange
#1
Hello. Is it possible, via script, to edit the names of multiple GA? I have quite a few adresses that has + and = in the name, causing problems down the line.  I wish to replace these symbols with other signs.
Reply
#2
https://kb.logicmachine.net/libraries/lu...eateconfig
------------------------------
Ctrl+F5
Reply
#3
Run this once, make a backup before running the script.
Code:
db:query('UPDATE objects SET name=replace(name, "+", "_")')
db:query('UPDATE objects SET name=replace(name, "=", "_")')
Reply


Forum Jump: