datapackage-java
datapackage-java copied to clipboard
A Java library for working with Frictionless Data Data Packages.
# Overview It seems that the character set of a resource is not taken into account. Here is a simple test case with ISO8859-1 encoding. ```java URL url = new...
Most Java libraries are available on Maven (http://search.maven.org/), it seems that this one is not. It would be very useful to upload it there.
With lib now updated with appropriate open source json parser let's do a release so downstream can pull. Would be relevant for OpenRefine see e.g. https://github.com/OpenRefine/OpenRefine/issues/778#issuecomment-647021107 @roll would you be...
# Overview > This issue is not a part of first iteration of work and created for a future implementation if possible See - https://github.com/frictionlessdata/datapackage-js#foreign-keys
Here you're checking contributors are not empty: https://github.com/frictionlessdata/datapackage-java/blob/main/src/main/java/io/frictionlessdata/datapackage/Package.java#L775 That doesn't look like a correct way to do that. Contributors is `ArrayNode` which derived from `ContainerNode` and `asText` implemented there as:...
According to the frictionless specs contributor's `role` is only recommended to be one of `author`, `publisher`, `maintainer`, `wrangler`, and `contributor`. Current implementation allows only values from the enum https://github.com/frictionlessdata/datapackage-java/blob/main/src/main/java/io/frictionlessdata/datapackage/Contributor.java#L98 There...
## Issue with Validation in `frictionlessdata/datapackage-java` ## Context I am using Java 21 and `frictionlessdata/datapackage-java` to validate a CSV file against a schema defined in a `datapackage.json`. Here is the...
Bumps [org.jacoco:jacoco-maven-plugin](https://github.com/jacoco/jacoco) from 0.8.13 to 0.8.14. Release notes Sourced from org.jacoco:jacoco-maven-plugin's releases. 0.8.14 New Features JaCoCo now officially supports Java 25 (GitHub #1950). Experimental support for Java 26 class files...
Bumps [org.apache.maven.plugins:maven-dependency-plugin](https://github.com/apache/maven-dependency-plugin) from 3.8.1 to 3.9.0. Release notes Sourced from org.apache.maven.plugins:maven-dependency-plugin's releases. 3.9.0 🚀 New features and improvements Use Resolver API in go-offline for dependencies resolving (#1533) @slawekjaranowski Use Resolver...
Bumps [com.github.spotbugs:spotbugs-maven-plugin](https://github.com/spotbugs/spotbugs-maven-plugin) from 4.9.4.1 to 4.9.8.1. Release notes Sourced from com.github.spotbugs:spotbugs-maven-plugin's releases. Spotbugs Maven Plugin 4.9.8.1 Bug fix with SpotbugsInfo.EOF error (was meant to be SpotbugsInfo.EOL). Spotbugs Maven Plugin 4.9.8.0...