neueda / jetbrains-plugin-graph-database-support

Graph Databases support for JetBrains family IDEs.
Apache License 2.0
223 stars 57 forks source link

Data export from table view #175

Open EricLepicier opened 4 years ago

EricLepicier commented 4 years ago

Hi,

Using version 3.0.3, I feel this tool so useful, but... As the text copied to the clipboard from the table results with the dedicated button looks very much like CSV, I suggest processing the double quote " characters to double them (escape sequence) as it is recommended in RFC 4180:

  1. If double-quotes are used to enclose fields, then a double-quote appearing inside a field must be escaped by preceding it with another double quote. For example:

    "aaa","b""bb","ccc"

Next improvement could consist in an "export to CSV button"...

Cheers, Eric