raytheonbbn / parliament

Standards-compliant triple store for RDF, OWL, and SPARQL
BSD 3-Clause "New" or "Revised" License
59 stars 4 forks source link

CSV query results not escaped #26

Closed IanEmmons closed 5 years ago

IanEmmons commented 5 years ago

When Parliament answers a select query in CSV format, the results are not properly escaped. For example, if the results contain a string literal whose value contains a comma or carriage return, those characters are not escaped in the CSV output.

IanEmmons commented 5 years ago

Added a unit test to verify this behavior, and there appears to be no bug. The CSV is quoted properly.