Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Results as csv or tsv have no content, only separators #339

Closed
graue70 opened this issue May 8, 2020 · 2 comments
Closed

Results as csv or tsv have no content, only separators #339

graue70 opened this issue May 8, 2020 · 2 comments

Comments

@graue70
Copy link
Contributor

graue70 commented May 8, 2020

Use the following example query:

PREFIX skos: <http://www.w3.org/2004/02/skos/core#>
PREFIX schema: <http://schema.org/>
PREFIX wikibase: <http://wikiba.se/ontology#>
SELECT ?entity ?altlabel WHERE {
  ?entity wikibase:claim ?x .
  ?entity skos:altLabel ?altlabel .
  FILTER (lang(?altlabel) = "en") .
}
LIMIT 100

When executed, the query results in the UI look good. However, if I click on 'Download' and choose either csv (or tsv), the downloaded file contains only 100 commas (or tabs). The actual results are missing entirely.

@hannahbast
Copy link
Member

Yes, something was broken by one of the recent (temporary) commits.

This should be fixed ASAP

@graue70
Copy link
Contributor Author

graue70 commented May 20, 2020

I don't know which commit did it, but the bug seems to be fixed.

@graue70 graue70 closed this as completed May 20, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants