Skip to content

CSV file download #288

Closed
Closed
@seonyh0

Description

  1. request to add function to download nodes, relationships properties to csv file in Graph Chart.

  2. In the case of Table Chart, I can download the table list.
    However, the UTF-8 characters are not decrypted when open thru Excel.
    Request to change ecrypt format with 'UTF-8 BOM', not 'UTF-8' when downloading to csv file. BOM : EF BB BF (in hexa)

  3. request to erase the one space(blank) after comma(,) that deleminate columns.
    Because of a blank, a character " appears as a cell value in the cell when read in Excel.
    "ABC, "123" ==> "ABC","123"

Thanks a lot!!

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions