When you tranpile your Alteryx workflow file to a SQL project, it may get malformed if:Documentation Index
Fetch the complete documentation index at: https://docs.prophecy.ai/llms.txt
Use this file to discover all available pages before exploring further.
- You manually edit the
yxmdoryxmcfile - A bad compression occurs on your
yxzpfile
Example
You attempt to import an Alteryx workflow but get the following error:Solution
- If you compressed your file, reopen your Alteryx workflow in your Alteryx Designer. Save the workflow as is, and do not compress it.
-
If you manually edited your Alteryx workflow file, assure each open tag has a closing tag. Your Alteryx file must follow XML syntax rules.
For example, if this is the beginning and end of the Alteryx workflow file from the example:
Add
</alteryxDocument>at the end of the file.

