At the moment, Transpiler supports transpiling a subset of Alteryx functions. If you import an unsupported function, use the solution provided as a workaround to this limitation.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.
Example
Assume you have an Alteryx workflow that uses the CompareDigits() function. When you click the Transpile button in Transpiler, you see that your workflow is fully transpiled, but there is a row with a todo component in the Choose entities to create dialog. When you open your bundle, the pipeline and gem diagnostics has the following error message:Solution
- Open the gem that contains the todo function. The gem uses the exact function you had in your Alteryx workflow.
-
Update the function.
You can do one of the following:
-
Click on the function, and select
Fix it. Copilot automatically finds the correct Spark SQL function to use. - Build your own expression with the Visual Expression Builder.
- Manually search for the correct Spark SQL function to use and insert it.
-
Click on the function, and select

