REST API for converting CSV to JSON

1

Good morning, I'm currently facing a problem, I need an API that can convert CSV to JSON via REST.

I have found several CSV converters for JSON on the web, but they are built for use in the browser and the return on conversions is usually only found in the browser debugger consolid.

I'm building an application that queries a file server for a CSV file, and converts it to JSON so that I can store that JSON in a MongoDb database. I am using the APPERY.io platform for such. REST APIs for converting CSV-> JSON?

Detail , APIs for use with node do not serve me because the Javascript engine of the node is google chrome V8 , and the engine used in the APPERY platform. io is Nashorn that is included in Java 8.

Thanks for the help.

    
asked by anonymous 03.04.2017 / 15:13

0 answers