Skip to content

Commit

Permalink
Update data location for systematik-import (RPB-206, RPB-207)
Browse files Browse the repository at this point in the history
  • Loading branch information
fsteeg committed Nov 21, 2024
1 parent f6563a0 commit 87577aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conf/rpb-systematik-import.flux
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ default HOST = "localhost"; // pass e.g. HOST=test-metadaten-nrw.hbz-nrw.de
default API_TOKEN = ""; // pass e.g. API_TOKEN=e8d...
API_URL = "http://" + HOST + ":1337/api/" + PATH;

"https://raw.githubusercontent.com/acka47/scripts/master/skos2json/" + INPUT
"https://raw.githubusercontent.com/hbz/lbz-vocabs/main/output/" + INPUT
| open-http
| as-lines
| regex-decode("(?<data>.+)")
Expand Down

0 comments on commit 87577aa

Please sign in to comment.