CulturePlex / Sylva

A Relaxed Schema Graph Database Management System
sylvadb.com
Other
53 stars 9 forks source link

Query results export without quotations #28

Closed brady77 closed 9 years ago

brady77 commented 9 years ago

Hi,

In my database there are some values that are rather of type text. This text may contain commas, as well. If I try run the query within SylvaDb, the results are displayed correctly on webpage. If I try to export those results to CSV (from the 'Main menu' -> 'Tools' -> 'Export query as CSV"), I get a file where columns are separated by commas, only. While my records contain commas, too - the CSV file cannot be processed correctly. Maybe you can tune your code a little so the records in columns are quoted (by quotation marks)? The result will be something like "1","Hello, Kitty!".

Thank you very much.

Petr

versae commented 9 years ago

Thanks Petr. Bug located. We will fix it.

gabmunrio commented 9 years ago

Commit b742bc5 closes #28