Converting data can be a challenge. This is especially so when the incoming data and its format and validity are complete mystery and the desired output may or not be completely compatible.
Although many of the formats are similar and have comparable capabilities, some of them are more unique. For instance, XML can have attributes, CDATA and namespaces, while it does not have indexed arrays. Despite this, the Mutate: Data Converter tries its best to finesse the incoming data to produce the most logical output but it may not be the perfect result for everyone all the time.
To that end, the job of this site is to convert the data for machines and although the resulting output is formatted enough to be readable by humans, its exact format may not be your cup of tea.
The current potential data conversions:
- CSV to PHP Code
- CSV to PHP Serialized
- CSV to JSON
- CSV to XML
- CSV to YAML
- INI to PHP Code
- INI to PHP Serialized
- INI to JSON
- INI to XML
- INI to YAML
- JSON to PHP Code
- JSON to PHP Serialized
- JSON to XML
- JSON to YAML
- XML to PHP Code
- XML to PHP Serialized
- XML to JSON
- XML to YAML
- YAML to PHP Code
- YAML to PHP Serialized
- YAML to JSON
- YAML to XML