Skip to content

Commit

Permalink
Merge pull request #14 from ErykKul/generic-exporter
Browse files Browse the repository at this point in the history
JSON Transformer exporter example
  • Loading branch information
pdurbin authored Aug 23, 2024
2 parents 2f96865 + 12816f3 commit 1280828
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
.idea
.vscode

target
.flattened-pom.xml
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ Quick links:
| [DDI-PDF](https://github.com/gdcc/exporter-ddipdf) | Export DDI metadata as a printable PDF file | PDF with [DDI metadata](https://ddialliance.org/) | TBD |
| [Croissant](https://github.com/gdcc/exporter-croissant) | Export metadata as linked data following [Croissant ontology](https://docs.mlcommons.org/croissant/docs/croissant-spec.html) | JSON-LD | TBD |
| [RO-Crate](https://github.com/gdcc/exporter-ro-crate) | Export metadata as linked data following [RO-Crate ontology](https://www.researchobject.org/ro-crate/specification/1.1/appendix/jsonld.html) | JSON-LD | TBD |
| [Transformer](https://github.com/gdcc/exporter-transformer) | This exporter allows you to have up to 100 exporters using a single pre-built JAR file. Included examples: Hello World!, Debug, Croissant, RO-Crate, DDI-PDF, and more! You can add new exporters by adding directories into the exporters directory and placing (and editing) the `config.json` and the `transformer` files in it (see the [README](https://github.com/gdcc/exporter-transformer?tab=readme-ov-file)). | JSON(-LD), XML, HTML, PDF, etc. | [JAR file](https://repo1.maven.org/maven2/io/gdcc/export/exporter-transformer/1.0.9/exporter-transformer-1.0.9-jar-with-dependencies.jar) |

### Other projects

Expand Down

0 comments on commit 1280828

Please sign in to comment.