-
This pipeline template can handle JSON files as well. Wouldn't it make sense that this repo is renamed, and have explanations for XML and JSON?
-
Schema is the word I've been looking for. There are all sorts of "flavors" of CSV data. They can contain this delimiter or that, double or single quotes, doublequote escaping, quoting of ALL or just t…
-
A language tag (e.g. '@en') does not exist at:
- the qb:DimensionProperty [example](https://github.com/Swirrl/table2qb/blob/635caa9253966ef5f4d94ac79ec766771d19508c/examples/employment/ttl/component…
-
```
validator = Csvlint::Validator.new( StringIO.new( csv ) , {}, csv_schema)
```
ends up calling
```
@schema.validate_header(header, @source, @validate)
```
But because @source, the initia…
-
Since https://github.com/spdx/spdx-3-model/pull/491 was merged, it is a task for tools to extract the namespace map out of the native namespaces present in RDF / JSON-LD. I tried that and have not yet…
-
Hi
I need to implement a prototype mapping on a CSV source which does not have a cell containing an identifier which I can use for constructing uri. A possibile workaround for my case is to generate …
-
Convert Schema to CSV templates
- [ ] Read Schema with Pandas [read_json](https://pandas.pydata.org/pandas-docs/stable/reference/api/pandas.read_json.html)
- [ ] Export to CSV with pandas
-
This spec describes cell annotation targeting column and row numbers, but it may also be desirable to annotate data by primary key and column, which would stable when rows are re-arranged or filtered.…
-
We currently read CSV files as pipeline config; internally these are read and generate an in memory configuration structure as EDN. It would be useful for programatic use cases to be able to target t…
-
## Description
Similar to #12 but instead of selecting a column it should be possible to provide a template string, from which the column names will be extracted.
### Create attribute from templ…