View hub
Browse tools for view tasks.
Hub intro and use cases
This hub groups tools that focus on view operations.
- Start with view tools and then continue to the next workflow hub.
On this page
Jump to each section quickly.
Workflows in this hub
Touching = workflows with at least one view tool. Primary = first step is view or most steps are view.
XML API Response to CSV Viewer
Format an XML API response, convert it to CSV, clean it, then render it as a table.
Use case
Use this when debugging or reviewing XML data from legacy APIs — quickly turn the response into a readable table without exporting to a spreadsheet.
YAML to CSV Analytics Export
Validate YAML, convert to CSV, then view the result as a table.
Use case
Use this when YAML datasets need to be reviewed by analysts or exported into spreadsheet workflows.
YAML Split to CSV Review
Split large YAML arrays into batches, convert to CSV, and preview tabular output for validation.
Use case
Use this when migrating large YAML datasets and needing analyst-friendly spot checks before import.
CSV Profile, Filter, and Preview
Validate and clean CSV input, then preview the normalized result in a table.
Use case
Use this when you receive a CSV from external sources and need a quick trust-and-visibility pass before deeper processing.
CSV Format and Preview
Normalize CSV formatting and preview the output in a table.
Use case
Use this when you want a quick visual check before sharing or exporting tabular data.
Explore API Response
Format an API response and inspect the payload structure in a JSON tree.
Use case
Use this when you want a quick structural overview of unfamiliar API payloads before extraction or validation work.
Validate and Explore JSON Tree
Validate JSON, normalize formatting, and inspect hierarchy in a collapsible tree.
Use case
Use this before debugging nested payloads to ensure syntax is valid and structure is easy to navigate.
Schema to Tree Preview
Generate a JSON schema snapshot and inspect it in tree form.
Use case
Use this when reviewing generated schema shape before sharing or validation setup.
Filter and Preview JSON Table
Filter JSON records and inspect the resulting rows as a table.
Use case
Use this when API payloads are record arrays and you need quick table-style quality checks.
Validate then Tabulate JSON
Validate JSON array data and render it as a sortable table.
Use case
Use this when receiving exported JSON lists and you need confident syntax checks before visual review.
JSONPath Results to Table
Evaluate JSONPath and review matched records in a table view.
Use case
Use this to inspect JSONPath extraction results without manually scanning raw JSON output.
Validate and Explore YAML Tree
Validate YAML, normalize formatting, and inspect nested structure in tree form.
Use case
Use this for Kubernetes or CI configs that need both syntax confidence and structural browsing.
YAML Merge and Tree Preview
Merge YAML documents and inspect merged structure in a tree.
Use case
Use this when combining layered config files and verifying final nested keys.
YAML Unflatten and Tree Preview
Expand flattened YAML paths and inspect rebuilt structure in a tree.
Use case
Use this for path-based YAML data that must be reviewed as full nested objects.
Validate and Explore XML Tree
Validate XML, pretty-print it, and inspect hierarchy in a tree.
Use case
Use this before XPath or conversions when you need confidence in XML shape and element nesting.
XML Tree Before XPath
Inspect XML structure in a tree before writing XPath expressions.
Use case
Use this when payload shape is unknown and XPath targeting needs quick visual guidance.
Clean Namespaces and View XML Tree
Strip noisy namespaces and inspect the cleaned XML structure in tree form.
Use case
Use this when vendor XML payloads include heavy namespaces that make navigation difficult.
XML Exploration Pipeline
Analyze XML structure, inspect tree hierarchy, then evaluate XPath.
Use case
Use this when onboarding unknown XML payloads before writing extraction queries.
YAML Analyze and Explore
Analyze YAML metrics then inspect nested structure in tree view.
Use case
Use this to quickly review deep config files and key distribution.
CSV Data Exploration
Clean CSV, compute statistics, and visualize trends with a chart.
Use case
Use this for quick visual exploration of tabular data before deeper analysis.
Profile and Chart CSV
Profile columns and then chart selected metrics for quick trend checks.
Use case
Use this to identify quality signals and visualize key columns in one flow.
Generate and Chart CSV
Generate synthetic CSV and immediately render a chart preview.
Use case
Use this when building demo data or validating visualization settings quickly.
Extract Columns and Heatmap
Extract target columns and render them as a heatmap table.
Use case
Use this to focus on key metrics and quickly inspect relative intensity patterns.
Clean CSV and Heatmap
Clean CSV rows and render a color-graded table for visual review.
Use case
Use this to normalize noisy exports before heatmap-based outlier scanning.
Statistics and Heatmap
Run CSV statistics and then inspect row-level gradients in a heatmap.
Use case
Use this to pair summary metrics with visual cell-level distribution signals.