🧩 Data & Tables
Structured data cleanup, analysis, transformation, and table workflows
CSV / Excel Diff Tool
Compare two CSV or XLSX datasets and export a PDF report with row, column, and cell-level differences
Data & TablesDataset Quality Profiler
Profile CSV or JSON datasets for missing values, duplicate rows, format drift, type inference, and numeric outliers
Data & TablesStructured Log Analyzer
Detect common log formats, extract core fields, infer field types, and export parsed logs as JSON, CSV, or SQL inserts
Data & TablesJSONata 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 & TablesSVG Chart to Data Extractor
Reverse engineer SVG charts into data points for line, bar, scatter, and pie-style SVG structures
Data & TablesJSON Data Lineage Tracer
Trace JSON field paths, derived dependencies, and transformation history to build a field-level lineage graph
Data & TablesTime 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 & TablesJSON Path Extractor
Query JSON with JSONPath or JMESPath-style expressions, inspect matched paths, and highlight extracted values in the original document
Data & TablesKeys List
List own enumerable keys using lodash _.keys
Data & TablesFor Own
Iterate over own object properties using lodash _.forOwn
Data & TablesInvert By
Invert keys grouped by values using lodash _.invertBy
Data & TablesHas In Path
Check if a path exists using lodash _.hasIn
Data & Tables