Hello,
We have a labels property which is a list of strings. When we use the connector to load the node, it looks like the connector changes the type from list to string type. We would like to be able to load list-type properties directly into the database, especially since Neo4j allows storing homogeneous lists of values. Currently, our workaround is to load these properties as a string and then convert them to a list with a Cypher query.
Regards,
Cobra
Hello,
We have a labels property which is a list of strings. When we use the connector to load the node, it looks like the connector changes the type from list to string type. We would like to be able to load list-type properties directly into the database, especially since Neo4j allows storing homogeneous lists of values. Currently, our workaround is to load these properties as a string and then convert them to a list with a Cypher query.
Regards,
Cobra