Coder Social home page Coder Social logo

teodyseguin / csv-to-json Goto Github PK

View Code? Open in Web Editor NEW

This project forked from cparker15/csv-to-json

0.0 2.0 0.0 141 KB

CSV to JSON

Home Page: http://www.cparker15.com/code/utilities/csv-to-json/

License: GNU Lesser General Public License v3.0

JavaScript 100.00%

csv-to-json's Introduction

CSV to JSON

This converter is written entirely in JavaScript and runs completely in the browser. Once the page finishes loading, there are no subsequent calls to the server. Because of this, there’s no risk of data breach. Other converters written in server-side languages, which usually submit input and output text using plain HTTP instead of HTTPS, transmitting your data in the clear as plain, unencrypted text, expose you and your data to unnecessary risk. While these server-side converters are good exercises in programming, and may be useful in a trusted intranet setting, they should not be used if they are hosted by untrusted third parties on the unsecured Web.

Note

This converter is a UI -- a shell -- that wraps two external, independent libraries:

Please only file bug reports or feature requests pertaining to the converter itself (the user interface) on this repo's issue tracker.

If you have something to report regarding the functionality of the CSV parser itself, please use the CSV-js repo's issue tracker.

Building

Prerequisites:

After cloning this repo, here's how to build:

$ npm install
$ grunt

This will download and build all dependencies, then lint and minify the converter's code and all of its dependencies.

The final distributable converter resides at dist/index.html.

csv-to-json's People

Contributors

cparker15 avatar truher avatar

Watchers

James Cloos avatar Teody C. Seguin avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.