Skip to content

Eric013/anyToJSON

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

anyToJSON

Loading CSV file to JSON

var anyToJSON = require("anyToJSON");

anyToJSON.csv({path: "100.csv"}, function(){
    console.log(anyToJSON.data  )
})

Support

  • CSV flat file
  • JSON flat file
  • CSV REST API
  • JSON REST API

Plans

  • Support for XML
  • Support for Databases(RDBMS and NoSQL)
  • Documentation
  • Support for Streaming data

About

Fetches CSV, JSON data from REST APIs, Flat Files etc and converts them to JSON. Extendible to support additional data formats

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%