zazuko / rdf-cube-view-query

RDF Cube View Schema query library
2 stars 3 forks source link

fix: use csv columns names from views (works also for empty results) #25

Closed bergos closed 3 years ago

bergos commented 3 years ago

The CSV write uses the first observation to generate the column names. This causes an error if there are no observations. This PR changes the behavior to use directly view:as from the dimension, which is always available.