I am newbie in Ignition world but trying to perform Excel similar action for mass Tag name update. As a example I have 20 folders where tags are named like “r_AV” but I’d like to change them to “r_Temp1_AV”, “r_Hum1_AV” etc. I tried to do it with JSON/XML export but excel features are not supported (at least that’s how I understand this).
You may be stuck doing this by hand unless you have some pattern you can use by doing search/replace on the JSON file. If they're all named r_AV and you need custom names on each one, then most likely you're doing it by hand. (Or would it be easier to delete the old tags and use the Multi-instance wizard to create them?)