Johannes Jander

Results 10 issues of Johannes Jander

# Overview ## Problem description Caution: there's a lot of different uses of "schema" coming, so bear with me... In the JSON schema definition file for a resource, [data-resource.json](https://frictionlessdata.io/schemas/data-resource.json), the...

## Unclear about Schema inferral of JSON data In [implementation.md](https://github.com/frictionlessdata/specs/blob/master/specs/implementation.md), it is written that implementations should allow the inferring of a Schema from supplied data: "infer a Table Schema descriptor...

# Overview ## Problem description In the JSON schema definition file for a Tabular Data Resource, [data-resource.json](https://raw.githubusercontent.com/frictionlessdata/specs/master/schemas/dictionary.json), the formal definition for a `dialect` property of a Resource is: "csvDialect": {...

While the [TableSchema spec](https://github.com/frictionlessdata/specs/blob/master/specs/table-schema.md) seems mostly written for CSV tabular data and JSON arrays of JSON objects as an encoding added later, the specification for a `number` field states: The...

in `table-schema.md`, the definition of a geopoint field is: #### geopoint The field contains data describing a geographic point. `format`: * **default**: A string of the pattern "lon, lat", where...

Similar to the attack vector described for paths [here](https://github.com/frictionlessdata/tableschema-java/issues/29), I believe the use of URLs in Data Resources can lead to exfiltration of data about a network. ## Setup Consider...

# 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 ---

Test is [TableEncodingTests::createTableFromIso8859()](https://github.com/frictionlessdata/tableschema-java/blob/main/src/test/java/io/frictionlessdata/tableschema/table_tests/TableEncodingTests.java) (currently disabled) and is an adaptation of https://github.com/frictionlessdata/datapackage-java/issues/43 (as the datapackage code relies on tableschema to read resources) The following fails: File testDataDir = getTestsuiteDataDirectory(); Table table...

bug
contribute
encoding

Added some docs and updated dependencies.

Ohne Wissen über die Datenbank oder das Schema ist natürlich leicht rumhuren, aber ich habe in einem Chat mit erle den Eindruck gewonnen, dass die Beziehung Personenrecord -> URLs als...