Giter Site home page Giter Site logo

csv-to-json's People

Contributors

cparker15 avatar truher avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

csv-to-json's Issues

Bower:install fatal error

There is a fatal error when I try to run grunt command

Running "bower:install" (bower) task
Fatal error: options argument must be an object

Using ; as CSV separator

Excel uses ; as CSV separator in some configurations. Changing the separator in Excel is quite opaque.

This parser seems to accept only , as separator. It would be nice to support ; as well.
In any case for the parser to work you need to replace ; with , in the generated Excel.

Not a critical issue but it might help someone who gets a strange JSON generated after parsing CSV where ; are used.

Running "bower:install" (bower) task Fatal error: status code of git:128

Greetigns, I ran through the instructions but have been unable to successfully run the "grunt" command.
"grunt.registerTask('default' [... 'bower' " is failing with a fatal error of:
"Fatal error: status code of git: 128" Consequesntly the 'dist' and 'lib' directories are not being created. Any ideas?

Nested JSON

Create a syntax to allow for a nested JSON string. Possible syntax

{parent property}
{nested property, nested property}, {value, value}

Provide Standalone CSV Library Module

In order to use the CSV parser in different contexts, the functions of the csv-to-json converter shall be refactored as a standalone library.

  • The new standalone library shall be kept in its own separate Git repository and imported into the csv-to-json project as a Git submodule.
  • The library shall be usable within the browser or in an environment such as node.js. It shall register itself as an AMD module if an AMD loader is present.
  • The library shall be linted and unit tested.
  • The library shall provide a gruntfile for build automation.

Integers are turned to strings

Thank you for this nice project.

I notice integers in csv are turned to strings once converted. Is there some way to change this behavior ?

Thank you

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.