Neo4j - convert set of node's attributes from string to int -


this question has answer here:

if have set of nodes same attributes in neo4j, there way convert type of attribute string int (or vice versa) of nodes?

how about

match (n:type) <filter if required> set n.strprop = toint(n.strprop) 

and

match (n:type) <filter if required> set n.intprop = tostring(n.intprop) 

Comments

Popular posts from this blog

routing - AngularJS State management ->load multiple states in one page -

python - GRASS parser() error -

post - imageshack API cURL -