Skip to main content
When you tranpile your Alteryx workflow file to a SQL project, it may get malformed if:
  • You manually edit the yxmd or yxmc file
  • A bad compression occurs on your yxzp file

Example

You attempt to import an Alteryx workflow but get the following error:
Then, when you click Validate, you get the following error:
And, if you click Transpile, the transpilation fails and you 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.