Skip to content

Commit

Permalink
Sample JQ transform
Browse files Browse the repository at this point in the history
  • Loading branch information
avillar committed Jun 21, 2024
1 parent b629929 commit 6872280
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions _sources/feature/geojsonFeature/examples.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,11 @@
ref: examples/feature.json

transforms:
- input-language: application/json
output-language: application/json
type: jq
code: '.properties.myPropUpper = (.properties.myProp | ascii_upcase)'

- input-language: text/turtle
output-language: text/turtle
type: shacl
Expand Down

0 comments on commit 6872280

Please sign in to comment.