AtomGraph / SPARQL-Playground

A client-side SPARQL playground

Home Page:https://atomgraph.github.io/SPARQL-Playground/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Feature: Add support for CSV as output format for query results

jaw111 opened this issue · comments

To make it easier to copy and paste results of SELECT queries into tools like Excel, it would be nice to add CSV text/csv; charset=utf-8 format for the results.

Although Comunica does not currently support the media type, it should be fairly trivial to generate this client-side by post-processing the SPARQL results JSON format.