converter icon indicating copy to clipboard operation
converter copied to clipboard

Library to convert to or from JSON, YAML, XML, PLIST or CSV.

Results 8 converter issues
Sort by recently updated
recently updated
newest added

Tired of Data Conversion Hassles? Discover the Universal Data Converter - The All-in-One Tool for Data Analysts! JSON, CSV, XML – We've Got You Covered! [Universal Data Converter](https://universal-data-converter.netlify.app) | [Contribute...

Hi, i'm using this lib in order to convert all my i18n json translations files into one CSV. So, i need to use the JsonToCsv converter, using the semicolon as...

The official file extension is `.yaml`: http://www.yaml.org/faq.html It should be the default (but of course you should support `.yml` as well)

@doowb I refactored this lib most of the way but I have to update unit tests etc. when I have some breathing room in the next couple of days I'll...

Update to use verb and clean up documentation.

The current conversions map is [here](https://github.com/doowb/converter/blob/master/src/convert.js#L181-L215)

- [ ] Throw error on unsupported conversions - [ ] Provide more information when errors are captured in streams.

When converting a JSON file to a PList, the string values in JSON aren't being escaped when they are converted to string tags in the PList. E.g. if I convert...