arrows icon indicating copy to clipboard operation
arrows copied to clipboard

Boolean and integer values are exported as strings

Open gianlubiscotto opened this issue 5 years ago • 0 comments

Hello,

I'm trying to save boolean and integer values as parameters' values but when cypher is generated, the tool manage them as strings encapsulated into single quotes.

Inside a node, in property text area I am writing:

property: true

and in the export cypher textarea the tool outputs:

{property:'true'}

gianlubiscotto avatar Sep 10 '20 12:09 gianlubiscotto