-
Notifications
You must be signed in to change notification settings - Fork 33
Open
Description
# Replace the data in foo.bar with an external file or url
import(foo.bar, JSON, file: "http://foo.com/bar.json", data_path: data.*)
Use case would be building a lobid gnd url in fix, then fetching the JSON-Data as string and then processing it with from_json
and only copying the prefLabel
.
In order to not break the workflow if no data can be fetched, we also should introduce the maybe
bind, see: #699
Metadata
Metadata
Assignees
Labels
No labels
Type
Projects
Status
No status