Hello
Situation
We have several courses on Canvas. These courses have several pages which all contain a text string that needs removal.
Attempted solution
We exported course "something" which produces a "something.imscc" file which is a .zip file. We then unzipped it. Then we programatically removed all the strings that needed to be removed from the wiki_content folder files. After this we zipped it to the same name "somethings.imscc". Then we imported this file to the same course it was exported from. The hope was that this import would overwrite all the old html files with the new ones, however it just added duplicates of all the files, we then have the correct and the incorrect version of the same html page.
Question
Is there a way to export a course, do the editing needed to the html files in wiki_content and then import it to the same course and have it replace the old html files?