Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support dynamic node labels and relationship types in Match, create and Merge #479

Open
Tracked by #468
angrykoala opened this issue Dec 12, 2024 · 0 comments
Open
Tracked by #468
Labels
cypher feature A feature in Cypher that needs to be supported in Cypher Builder

Comments

@angrykoala
Copy link
Member

angrykoala commented Dec 12, 2024

Example:

LOAD CSV WITH HEADERS FROM 'file:///artists-with-headers.csv' AS line 
CREATE (n:$(line.label) {name: line.Name})
@angrykoala angrykoala mentioned this issue Dec 12, 2024
23 tasks
@angrykoala angrykoala added the cypher feature A feature in Cypher that needs to be supported in Cypher Builder label Jan 16, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cypher feature A feature in Cypher that needs to be supported in Cypher Builder
Projects
None yet
Development

No branches or pull requests

1 participant