Data Transformer Guide
1. Supported Conversions
- JSON → CSV/YAML: Ideal for exporting database dumps to spreadsheets or config files.
- CSV → JSON/YAML: Ideal for converting spreadsheet data for API usage.
- YAML → JSON/CSV: Convert Kubernetes or Docker Compose configs.
2. CSV Parsing Rules
We use the standard RFC 4180 parsing rules.
- The first row is always treated as the Header.
- Data types are automatically inferred (numbers, booleans).
3. Privacy
All data transformation happens locally in your browser. No data is ever uploaded to our servers.