Automated migration results
When you import an Alteryx workflow that uses a Browse Tool, the Transpiler omits the tool: no equivalent gem is created because the Data Explorer is part of the UI and does not require a canvas node.- No ToDo or placeholder gem is created.
- Upstream and downstream connections remain unchanged.
- Imported pipelines typically contain fewer nodes than the original workflow.
Manually replicate in Prophecy
To inspect or profile data in Prophecy:- Open the pipeline in the project editor.
- Run the pipeline or run a preview.
- Click the graph icon between gems to open the Data Explorer.
Configuration options
In Alteryx, you configure the Browse Tool by placing it on the canvas and connecting it to an upstream tool. In Prophecy, no configuration is needed. Every gem supports preview:- Run or preview the pipeline.
- Click the graph icon on any connection.
- Review the previewed dataset, schema, and column-level statistics in the Data Explorer.
- View sample preview: shows columns and values for a limited set of rows.
- Quick Data Profile: computed from the sampled data; shows most common values.
- Expanded Data Profile: computed across the full dataset; includes unique counts, longest/shortest values, most/least frequent values, min/max values, value-length statistics, and detailed summaries.
- Visualization: shows bar charts, histograms, scatter plots, line charts, and pie charts for visualizing column distributions.
- Interactive controls: sort, filter, search, hide columns, export the sample (CSV/JSON/XLSX), and save transformations as gems.
Output behavior
The Browse tool is diagnostic only; it does not modify data. It reruns upstream logic to refresh its preview. Prophecy’s Data Explorer is similarly non-transformational.Known caveats
Some view configurations, such as behavioral analysis, differ between the two platforms.Examples
Alteryx Browse tool
Goal: Inspect the results of a Join operation. You place a Browse tool immediately after the Join tool to view the resulting dataset. The Browse Tool displays joined rows, metadata, basic statistics, and profile charts.Prophecy Data Explorer
Goal: Inspect the output of a Join gem. After running the pipeline, click the graph icon on the connection after the Join gem. The Data Explorer displays:- Sampled rows
- Schema and data types
- Quick or expanded profile statistics
- Optional charts for visual distribution analysis

