Open mattcasters opened 4 years ago
We can introduce a general "List" and "Map" data types for the Neo4j side of things.
See : https://github.com/mattcasters/kettle-neo4j-core/issues/8 Added List and Map Neo4j data types which can then be used in the Neo4j Cypher step dialog
quick question:
Does the current version (5.0.6) support a list of string (array) upload to neo4j? There are scenarios that some multi-value information is stored as property instead of another entitiy.
Not yet @adams-wang but feel free to submit a feature request. Since Kettle or Hop don't support arrays we'd need to convert a String into an array somehow, perhaps comma separated or some such. Ideas are welcome.
Hi, i think it can be broken down to 2 steps:
--delimiter
This is typically the case for complex data types like Map and List. We should try to convert those to a JSON String and return that.