I have followed several blogs to:
1. Template my PPTX, Unzip this, locate the XML, bring this into an input within Alteryx.(manual unzip/ import)
2. Transform this and use and find and replace to replace the template values with the new values.
3. Output and package this to check. (manual zip)
I noticed that in step 2. The XML does not always replace the way that I have set up the logic. Some template values are replaced whilst others are not. Upon investigation of the XML, the tags seem to separate out the beginning of the value similar to this example here:
https://stackoverflow.com/questions/1729969/ms-word-splits-words-in-its-xml-format
This means that the template value cannot be recognized and so it cannot appropriately find and replace.
Has anybody got more robust solutions to getting around this?
Thanks in advance!