Search

Find tools, workflows, and hubs in one place.

42 results

Tools

CSV to JSON Converter

Convert CSV data into JSON format.

JSON to CSV Converter

Convert JSON arrays into CSV rows.

CSV Validator

Validate CSV syntax and structure — checks column consistency, unclosed quotes, and empty headers.

CSV Formatter

Normalize CSV by parsing and re-emitting with consistent quoting and proper cell escaping.

CSV Viewer (Table View)

Render CSV data as an interactive table for quick visual inspection.

CSV Column Extractor

Keep only the columns you need. Specify column names and get a slimmed-down CSV.

CSV Column Remover

Drop unwanted columns from a CSV. Specify which columns to remove and get a cleaned result.

CSV Deduplicator

Remove duplicate rows from a CSV, keeping the header and the first occurrence of each unique row.

CSV Cleaner

Trim whitespace and normalize CSV records before conversion.

JSON Validator

Validate JSON syntax and surface parse errors.

JSON Formatter (Pretty Print)

Pretty-print JSON with consistent indentation.

JSON Minifier

Minify JSON by removing unnecessary whitespace.

JSON Diff (Compare)

Compare two JSON documents and highlight differences.

JSON Sort Keys

Sort object keys alphabetically for stable JSON output.

JSON Escape

Escape JSON into a quoted string literal for embedding.

JSON Unescape

Unescape a quoted JSON string back into readable JSON or plain text.

JSON Flatten

Flatten nested JSON objects into single-level key paths.

JSON Unflatten

Rebuild nested JSON from flattened path-based keys.

JSON Schema Generator

Generate a draft JSON Schema from sample JSON input.

JSON Schema Validator

Validate JSON data against a provided JSON Schema.

JSON Path Evaluator

Evaluate JSONPath expressions against JSON input.

JSON Query Tool (jq-like)

Run jq-like query expressions to extract or transform JSON data.

JSON to XML Converter

Convert a JSON object or array into well-formed XML with a root element.

XML to JSON Converter

Parse XML and convert it to a JSON object, preserving attributes and nested elements.

CSV to XML Converter

Convert CSV rows into XML records. Each row becomes a record element inside a records root.

CSV to HTML Converter

Convert CSV content into a standalone HTML table document for browser-friendly sharing.

XML to CSV Converter

Convert a structured XML document with repeating record elements into CSV rows.

JSON to YAML Converter

Convert JSON objects and arrays into clean, human-readable YAML.

YAML to JSON Converter

Parse YAML and convert it to formatted JSON.

YAML Validator

Validate YAML syntax and report the parsed type and top-level keys on success.

YAML Formatter

Normalize YAML by parsing and re-emitting with consistent 2-space indentation and block style.

XML Validator

Check XML well-formedness and report the root element and any parse errors with line numbers.

XML Formatter

Pretty-print XML with consistent 2-space indentation for improved readability.

XML Minifier

Minify XML by removing whitespace and indentation.

XML to YAML Converter

Convert XML structures into readable YAML output.

YAML to XML Converter

Convert YAML content into XML format.

CSV to YAML Converter

Convert CSV rows into YAML arrays of objects.

YAML to CSV Converter

Convert YAML arrays of records into CSV rows.

YAML Sort Keys

Sort YAML mapping keys alphabetically, recursively.

JSON Merge Tool

Merge multiple JSON documents into one output object.

JSON Splitter

Split large JSON arrays into smaller chunks.

JSON Key Renamer

Rename one or more keys across JSON objects.