I'm downloading workflows from gallery using API but they are yxzp files. Can anyone please let me know if there is a way to extract yxmd from yxzp programmatically or from Alteryx?
YXZP files are just ZIP files
You could rename to .zip and then can easily extract from them.
I don't think you can make Alteryx read in yxzp as zip files without renaming them unfortunately.
Thank you. I downloaded it as .zip and unzipped using python.