15.10.2024, 10:52
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.
GA namechange
|
15.10.2024, 10:52
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.
15.10.2024, 11:08
------------------------------
Ctrl+F5
15.10.2024, 11:20
Run this once, make a backup before running the script.
Code: db:query('UPDATE objects SET name=replace(name, "+", "_")') |
« Next Oldest | Next Newest »
|