Data Converters
Convert data between formats like SQL, JSON, XML, YAML, CSV, Excel
SQL to JSON
Convert SQL query results to JSON
SQL to CSV
Convert SQL query results to CSV
SQL to XML
Convert SQL query results to XML
SQL to YAML
Convert SQL query results to YAML
SQL to HTML
Convert SQL query results to HTML table
JSON to SQL
Convert JSON to SQL INSERT statements
JSON to CSV
Convert JSON to CSV format
JSON to XML
Convert JSON to XML format
JSON to YAML
Convert JSON to YAML format
JSON to Excel
Convert JSON to Excel format
JSON to TypeScript POJO
Convert JSON into TypeScript interfaces and types online with nested objects, arrays, optional fields, and copy-ready model definitions.
JSON to JSONL
Convert JSON arrays into JSONL or NDJSON online with one object per line, copy-ready output, and safe handling of nested records for data pipelines.
JSONL to JSON
Convert JSONL or NDJSON into formatted JSON arrays online, validate each line, and turn newline-delimited records into readable structured output.
JSON to TOML
Convert JSON to clean TOML online for config files, package settings, and developer tooling that prefers readable key-value documents.
XML to JSON
Convert XML to JSON format
XML to CSV
Convert XML records into CSV online by extracting repeating elements into spreadsheet-ready rows with escaped cells and readable column headers.
YAML to JSON
Convert YAML to JSON format
YAML to CSV
Convert YAML objects or arrays into CSV online with inferred columns, escaped cells, and copy-ready rows for spreadsheets, imports, and data cleanup.
TOML to JSON
Convert TOML to formatted JSON online for config inspection, debugging, API payload prep, and cross-format developer workflows.
CSV to JSON
Convert CSV to JSON format
CSV to XML
Convert CSV to XML format
CSV to Jira Table
Convert CSV into a Jira-ready table for issue descriptions and comments, with escaped cells, readable headers, and copy-ready pipe-table output.
CSV to MSSQL INSERT Statements
Convert CSV rows into Microsoft SQL Server INSERT statements
CSV to MySQL INSERT Statements
Convert CSV rows into MySQL INSERT statements
CSV to PostgreSQL INSERT Statements
Convert CSV rows into PostgreSQL INSERT statements
CSV to SQL UPDATE Statements
Convert CSV rows into SQL UPDATE statements online with selectable key columns, table names, and MySQL, PostgreSQL, or SQL Server output.
CSV to SQL UPSERT Statements
Convert CSV rows into SQL UPSERT statements online with key-column matching, table-name controls, and dialect-aware output for major databases.
CSV to SQL MERGE Statements
Convert CSV rows into SQL MERGE statements online with key-column matching and PostgreSQL or SQL Server output for sync and bulk update workflows.
Table to JSON
Convert HTML table or tabular data to JSON
HTML to Markdown
Convert HTML to Markdown online with clean headings, links, lists, code blocks, and copy-ready output for docs and CMS migrations.
Markdown to HTML
Convert Markdown to sanitized HTML online with reliable rendering for headings, lists, tables, links, and embedded code blocks.
Excel to JSON
Convert Excel or CSV spreadsheets to JSON online with sheet previews, structured export, and copy-ready data for apps, APIs, and scripts.
Word to HTML
Convert DOCX Word documents to sanitized HTML online with rendered preview, extracted text, and reusable markup for CMS workflows.
YAML to Excel / CSV
Turn a YAML list of records into a CSV file ready to open in Excel, Google Sheets, or Numbers
JSON Flatten
Flatten nested JSON into single-level key/value pairs using dotted or custom separator paths
JSON Unflatten
Rebuild nested JSON from a flat map of dotted keys and array-index paths
.env to JSON Converter
Convert a .env (dotenv) file into structured JSON with quote, comment, and escape handling