I’ve been successfully creating XML imports to create and modify tags using Ruby scripts.
But, I’ve mistakenly created hundreds of bad tags and folders that I would like to delete.
Is it possible to somehow delete tags using the XML import?
I’ve been successfully creating XML imports to create and modify tags using Ruby scripts.
But, I’ve mistakenly created hundreds of bad tags and folders that I would like to delete.
Is it possible to somehow delete tags using the XML import?
Short answer is no.
You could export the tags to xml, delete all the tags in the tag provider, remove the ones you don’t want in the xml file, and then re-import.
Or the more powerful way would be to use system.tag.browseTags in combination with system.tag.removeTags to programmatically remove the tags you don’t want. Then you’ll be a wizard Harry.
Ha ha ha; That makes a lot of sense. Thanks for the feedback.