Refactor CORE-72
1 vote

Update SPARQL CSV and TSV results to new Editors Draft spec

Created by Rob Vesse on 8/24/2011 10:12 AM Last Updated by Rob Vesse on 10/14/2011 4:35 PM
%
 (hrs)
Logged: 0  (hrs)

 Description

See http://www.w3.org/2009/sparql/docs/csv-tsv-results/results-csv-tsv.html for specification

 

The TSV format we produce is already conformant AFAICT, the CSV needs appropriate modification esp wrt escaping " character

 

Since TSV format will become official and it is a non lossy format will be able to add a parser for it

    Rob Vesse (Friday, October 14, 2011 4:35 PM) #

Marked as completed as the current spec implies that the formats will only be used for SELECT results

    Rob Vesse (Thursday, October 06, 2011 3:46 PM) #

The TSV side of things is mostly done as of revision 1921 subject to revisions to the standard re: boolean result sets which are not yet covered

 

CSV output has been corrected but no parsing support yet added for this