Skip to main content

📊Data Tools

Data tools for the reshape-and-clean work that sits between exporting from one system and importing into another: CSV to JSON for an API that wants structured input, JSON to CSV for an analyst who wants to open it in Excel, XML to CSV for legacy enterprise exports, CSV merging when a vendor splits the export by month, and Excel conversion for systems that only accept .xlsx. Everything runs in your browser, so files you process here are not uploaded to a server, which matters when the data contains anything you would rather not share. The common misconception is that CSV is a single, well-defined format; in practice every system disagrees about quoting, escaping, line endings, header presence, and how to encode embedded commas, which is why the converters here detect quoting style and offer overrides rather than assuming. If you are new to the category, start with the CSV to JSON Converter when you need structured data for an API, the Data Merge Tool when you have a folder of similar exports that need to be combined, and the CSV to Excel Converter when the destination is a spreadsheet rather than another tool. The XML to CSV Converter handles deeply nested input by flattening on a configurable path. None of these tools change your source file; they generate clean output and leave you to handle the originals.

11 tools available

CSV Merge Tool

Merges multiple CSV files into a single dataset with exact or fuzzy deduplication (configurable similarity threshold 0 to 100, default 85).

142 views
v1.1.0

CSV to Excel Converter

Converts CSV, TSV, or .

179 views
v1.0.0

CSV to JSON Converter

Parses CSV (or TSV/TXT) into JSON with a selectable delimiter: comma, tab, semicolon, pipe, or custom.

171 views
v1.0.0

Checksum Calculator

Compute MD5, SHA-1, SHA-256, SHA-384, SHA-512, and CRC32 checksums from text or file input directly in the browser.

18 views
v1.0.0

Data Merge Tool

Merges rows from an XLSX or CSV source workbook into a separate template workbook by matching on a named header column (with...

486 views
v1.0.0

JSON Content Formatter

Turns JSON into a document a person can read: field names become labels, nested groups become sections, and repeated items become cards...

49 views
v1.0.0

SQL to CSV Converter

Convert SQL INSERT statements into structured CSV output or transform CSV rows into ready-to-run INSERT INTO statements with automatic type detection.

16 views
v1.0.0

Text Bigrams Generator

Extract word-level or character-level bigrams from any text and rank them by frequency, alphabetical order, or ascending count.

18 views
v1.0.0

Text N-Grams Generator

Extract word and character n-grams from any input text with ranked frequency counts and percentage breakdowns per sequence.

16 views
v1.0.0

XML Converter

Convert XML data to JSON, CSV, XLSX, or HTML table output, and reverse the process by transforming JSON or CSV back into...

16 views
v1.0.0

XML to CSV Converter

Parses XML and writes CSV or XLSX, with nested element flattening, column filtering, and epoch timestamp formatting applied during conversion.

117 views
v1.0.0