🧩 Data & Tables

Structured data cleanup, analysis, transformation, and table workflows

Back to Tools

CSV / Excel Diff Tool

Compare two CSV or XLSX datasets and export a PDF report with row, column, and cell-level differences

Data & Tables

Dataset Quality Profiler

Profile CSV or JSON datasets for missing values, duplicate rows, format drift, type inference, and numeric outliers

Data & Tables

Structured Log Analyzer

Detect common log formats, extract core fields, infer field types, and export parsed logs as JSON, CSV, or SQL inserts

Data & Tables

JSONata Query & Transform Studio

Preview JSONata-style queries and transformations, compare results across sample payloads, and export the transformed output as JSON, CSV, YAML, or Markdown

Data & Tables

SVG Chart to Data Extractor

Reverse engineer SVG charts into data points for line, bar, scatter, and pie-style SVG structures

Data & Tables

JSON Data Lineage Tracer

Trace JSON field paths, derived dependencies, and transformation history to build a field-level lineage graph

Data & Tables

Time Series Anomaly Detector

Upload CSV or JSON time series data, detect anomalies with Z-Score and IQR methods, and return a chart-backed report

Data & Tables

JSON Path Extractor

Query JSON with JSONPath or JMESPath-style expressions, inspect matched paths, and highlight extracted values in the original document

Data & Tables

Keys List

List own enumerable keys using lodash _.keys

Data & Tables

For Own

Iterate over own object properties using lodash _.forOwn

Data & Tables

Invert By

Invert keys grouped by values using lodash _.invertBy

Data & Tables

Has In Path

Check if a path exists using lodash _.hasIn

Data & Tables