loot.tools

Data Converter

Convert data between CSV, TSV, JSON, YAML, and XML. Edit either side and the other updates automatically. Switch conversion type and options like first-row headers for tables.

Convert between CSV, TSV, JSON, YAML, and XML. Choose a format for each side; edit either panel and the other updates automatically.

Input
Output

What this converter does

Paste data in one format and get it in another. Supports CSV, TSV, JSON, YAML, and XML. Both panels stay in sync, so you can edit on either side and the other updates automatically. Toggle options like whether the first row of CSV data is a header row.

Supported conversions

CSV to JSON. JSON to YAML. YAML to XML. TSV to JSON. And every other combination of CSV, TSV, JSON, YAML, and XML. The converter handles nested structures where the format supports it, and flattens gracefully when converting to tabular formats like CSV.

When you'd use this

  • Converting API response data from JSON to CSV for a spreadsheet
  • Transforming configuration files between YAML and JSON
  • Moving data between systems that use different formats
  • Quickly reformatting log data for analysis
  • Converting XML API responses to something more readable