Name Last Update
..
src Loading commit data...
.bower.json Loading commit data...
LICENSE Loading commit data...
README.md Loading commit data...
bower.json Loading commit data...
build.cmd Loading commit data...
jsdatachecker.min.js Loading commit data...

README.md

JSDataChecker

JavaScript Library to read dataset content (e.g., Open Data), infer data types, give a data quality indicator and parse content.

In details, it analysis the json (specified paths) to infer the data type. In addition, when request (via code) the library converts the json data based on the inferred type.

Documentation

See wiki pages here.

License

The library has released with the LGPL license link here.

Briefly with this license:

  • Freedom to modify and distribute modified copies of DataChecker, distributing the source code and releasing it with the same LGPL license;
  • You can dynamically (not statically) link DataChecker library in a proprietary software, keeping the JS files as they are.