jetbrains-plugin-graph-database-support icon indicating copy to clipboard operation
jetbrains-plugin-graph-database-support copied to clipboard

Data export from table view

Open EricLepicier opened this issue 5 years ago • 0 comments

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

EricLepicier avatar May 04 '20 14:05 EricLepicier