Data
CSV, JSON, tables, cleaning and conversion.
13 tools
Split into columnsSplit every line on a separator and keep the column you need.JSON formatter and validatorIndent, minify, sort and validate JSON — errors are pinpointed exactly.JSON ↔ YAMLConvert both ways between JSON and YAML.JSON → XMLTurn a JSON structure into indented XML.Flatten JSONTurn nested JSON into a flat list of key → value paths.CSV → JSONTurn a CSV table into structured JSON, with type detection.JSON → CSVConvert an array of JSON objects into Excel-ready CSV.CSV → Markdown tableGenerate an aligned Markdown table, ready for a README.Clean a CSVRemove duplicates, blank rows and stray spaces from a table.Sort and filter a CSVSort on a column and keep only the rows you care about.CSV statisticsA summary of every column: type, unique values, min, max and mean.CSV → SQL statementsGenerate the INSERT statements matching your table.Transpose a tableSwap the rows and columns of a CSV table.