hansva opened a new issue, #2748:
URL: https://github.com/apache/hop/issues/2748

   ### What would you like to happen?
   
   Migration: https://issues.apache.org/jira/browse/HOP-4453
   https://issues.apache.org/jira/browse/HOP-4454
   https://issues.apache.org/jira/browse/HOP-4455
   
   **Neo4j Cypher Builder: add GUI helper methods**
   We can add helper buttons in the transform dialog:
   
   get fields
   validate
   enter mappings...
   
   **Neo4j Cypher Builder: add validation at runtime and in the UI**
   
   The first implementation validates a lot but we can do more to catch the 
edge cases.
   Only allow one RETURN operation and always move it to the back of the list 
of operations.
   Only allow one ORDER BY operation and keep/move it after the return or warn 
about a wrong location in the operations list. 
   
   **Neo4j Cypher Builder: add options to create indexes**
   
   We know all the properties that a lookup is being made on so we can come up 
with the list of indexes to create to make the transform perform optimally.
   
   We can add 2 buttons in the Options tab to generate the index creation 
Cypher (show in a text dialog) or to generate the Neo4j Index action to do the 
same (copy it to the clipboard). 
   
   ### Issue Priority
   
   Priority: 3
   
   ### Issue Component
   
   Component: Neo4j


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to