You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# 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