Skip to main content
At the moment, Transpiler supports transpiling a subset of Alteryx tools. If you import an unsupported tool, use the solution provided as a workaround to this limitation.

Example

Assume you have an Alteryx workflow that uses the FindNearest tool that tells you the shortest distance between two venues. After you import your workflow and click the Validate button, you get the following error in the Validation Summary dialog:
The following components are not supported:ClosestVenue of type AlteryxSpatialPluginsGui.FindNearest.FindNearest
This means that your Alteryx workflow has a FindNearest tool named ClosestVenue. You can still click Transpile, but you notice that in your bundle overview, there is a Failed status for this components row. When you open your pipeline, you see a todo gem in place of the FindNearest tool.

Solution

  1. Open your bundle and navigate to your transpiled pipeline. Notice the gem that isn’t supported is a todo gem.
    The Transpiler automatically creates a todo gem for unsupported Alteryx tools.
  2. Open and update the todo gem. Implement the logic for that Alteryx tool in one of the following ways: