Details
-
New Feature
-
Status: Resolved
-
Normal
-
Resolution: Fixed
-
None
-
None
Description
It would be great to have a transform where complex Cypher statements can be built using a user interface. You should be able to enter a sequence of operations like:
- MATCH
- MERGE
- CREATE
- DELETE
- SET
Each time you should be able to specify the node or relationship label and alias, the keys, the properties and so on.
There should be no limit to the number of "operations" you can set.
It should be possible to enter expressions in various places.
It should be possible to see the Cypher that will be generated at runtime.