This macro reads the XML content of a workflow/macro/app that is inside a .YXZP file.
Hello!
Great macro! Is there a way to have the Python pull the XML from all the unpackaged Alteryx files? It picks up the first workflow, but ignores the others. I would like to have all the unpackaged files have the XML included.
@shawnmacnova21 The following article with included workflows should be useful to you, as it allows you to download all workflows from the Server as .yxzps, unzips them, and searches the XML of each to return the queried information.
https://community.alteryx.com/t5/Alteryx-Server-Knowledge-Base/Search-Gallery-Workflows-for-Connections-Files-Queries-Tools-and/ta-p/1098230
If this article is useful to you, feel free to give it a thumbs up!
Hi @Thableaus , Could you please provide this macro, as we are also looking to convert yxzp to xml
We have our Alteryx on 2024.1 version which has 3.10 version of python, would be great if you have any macro similarly which can support 3.10 version.