DataXForge data tools platform
Tools
Categories
Toolkits
Guides
Blog
Notebook
About
Search tools
Cmd
K
Open tools
More on DataXForge
Toolkits
Guides
Templates
Blog
About
Contact
Search tools
Dark mode
Browse all tools
Home
Tools
Categories
Notebook
More
Back to categories
Transformation
Convert between JSON, CSV, YAML, XML, SQL and more.
31 ready tools out of 31 listed in this workflow.
Format conversion
16
JSON → CSV
Ready
Convert a JSON array of objects into clean CSV.
CSV → JSON
Ready
Parse CSV into JSON — with header detection.
JSON ↔ YAML
Ready
Convert between JSON and YAML in either direction.
XML → JSON
Ready
Convert XML documents to JSON.
JSON → XML
Ready
Convert JSON to XML.
Excel → CSV
Ready
Convert .xlsx sheets into CSV — reads every sheet in your browser.
CSV → Excel
Ready
Generate a downloadable .xlsx workbook from CSV.
TSV → CSV
Ready
Switch tab-separated to comma-separated.
CSV → SQL Inserts
Ready
Generate INSERT statements from CSV rows.
SQL Table → JSON
Ready
Turn a CREATE TABLE schema into JSON.
JSON → SQL Schema
Ready
Generate SQL DDL from sample JSON.
JSON → Excel
Ready
Generate a downloadable .xlsx workbook from JSON data.
CSV → XML
Ready
Convert tabular CSV into XML rows.
Excel → JSON
Ready
Read .xlsx and emit JSON per sheet (objects or arrays).
SQL → JSON
Ready
Run a query result mock and emit JSON.
MySQL → PostgreSQL
Ready
Translate MySQL DDL/DML to PostgreSQL dialect.
Object & schema
14
JSON Schema Generator
Ready
Infer a JSON Schema from sample data.
TypeScript Interface
Ready
Generate TS interfaces from JSON.
Java Model Generator
Ready
Generate Java POJO classes from JSON.
Python Dataclass
Ready
Generate Python @dataclass code from JSON.
Prisma Schema
Ready
Generate a Prisma schema from a sample.
Mongoose Schema
Ready
Generate a Mongoose schema from JSON.
JSON Merge
Ready
Deep-merge two or more JSON documents with conflict policy.
JSON Splitter
Ready
Split a large JSON array into N chunks or by predicate.
JSON Path Tester
Ready
Test JSONPath / jq-style expressions against a JSON document live.
JSON Search
Ready
Search keys and values across deeply nested JSON.
JSON Flatten
Ready
Flatten nested JSON to dot-notation keys, or unflatten back.
JSON Nested Extractor
Ready
Pull a specific nested branch out of a large JSON document.
JSON → Mongoose Schema
Ready
Generate a Mongoose schema from a sample JSON document.
SQL → Prisma
Ready
Generate a Prisma schema from CREATE TABLE statements.
Date & time
1
Timestamp Converter
Ready
Convert Unix timestamps and human dates.