Re: from a SPARQL endpoint to excel ?

On 12.03.2019 15:08, Erick Antezana wrote:
> I am looking for an excel "addon"

I don't know about excel addons, but there are some other ways that
might help answering the question you put in the subject.

If your SPARQL endpoint is publicly accessible on the net, your
colleagues could simply use http://yasgui.org/. There is a button in the
UI to download the results as CSV.

If its not publicly accessible, then maybe using trifid proxy [1] is an
option. It also comes with the YASGUI web frontend.

If your colleagues are comfortable with CLI, then cURL is an option:

curl -H "Accept: text/csv" --data-urlencode query@myquery.rq $SPARQL_EP


1: https://github.com/zazuko/trifid


HTH,
Michael

-- 
Michael Rauch
Zazuko GmbH, Biel, Switzerland

Received on Tuesday, 12 March 2019 16:58:53 UTC