tableschema-java
tableschema-java copied to clipboard
A Java library for working with Table Schema.
Bumps [jackson-databind](https://github.com/FasterXML/jackson) from 2.13.3 to 2.13.4.1. Commits See full diff in compare view [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...
# Overview This code should solve #74 --- Please preserve this line to notify @iSnow (lead of this repository)
This issue is similar to this which was closed for inactivity : https://github.com/frictionlessdata/tableschema-java/issues/62 I notice that in the spec https://specs.frictionlessdata.io/table-schema/#types-and-formats : datetime MUST be in ISO 8601 format of YYYY-MM-DDThh:mm:ssZ...
# Overview This pull request, is also a fix for issue #72 According the documentation, the NumberField is a not empty digit sequence. The most inferred map is sorted in...
# Fixed "number" type returned on empty columns data while using the inferType feature Hi, we notice a weird behavoir of tableschema while using the inferType feature with some specific...
# Overview @roll we used Travis-CI dot ORG (https://travis-ci.org/frictionlessdata/tableschema-java) as a CI and test pipeline, but that's gone away. Could you please register us at https://www.travis-ci.com/ instead? TIA ---
# Overview Hi @georgeslabreche, is it possible to upload `tableschema/datapackage-java` to Maven (if I understand correctly it's something like a central repository for Java Packages like PyPi/NPM/etc in other languages)...
# Description This issue describes the set of tasks to complete in order to finish up work on the library. # Tasks - [ ] Touch base with the @jobarratt...
# Overview (@iSnow @JohannesJander ) I'm wondering why there is a getter but no setter for Constraints in the Field abstract class: https://github.com/frictionlessdata/tableschema-java/blob/25f931cd3b6925fd1d4d47a156918c35304232b1/src/main/java/io/frictionlessdata/tableschema/field/Field.java#L558 Is there another way that we should...
We're working on [Camtrap-DP](https://tdwg.github.io/camtrap-dp/) and using this project for producing datapackages. Recently we noticed it does not validate `unique` constraints [Link](https://github.com/frictionlessdata/tableschema-java/blob/main/src/main/java/io/frictionlessdata/tableschema/field/Field.java#L283) Are there plans for implementing this please? --- Please...