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

Perhaps using pypher? #1

Closed
cristianvasquez opened this issue Dec 8, 2020 · 1 comment
Closed

Perhaps using pypher? #1

cristianvasquez opened this issue Dec 8, 2020 · 1 comment

Comments

@cristianvasquez
Copy link

Hello,

I'm trying to load the data generated from a small vault but I get a syntax error. I imagine it is because of some strange character in my Vault.

Invalid input ')': expected an identifier character, whitespace or NodeLabel (line 2, column 20 (offset: 53))
"IF NOT EXISTS ON (n) ASSERT n.name IS UNIQUE;"
                    ^

Perhaps using something like https://neo4j.com/blog/express-cypher-queries-pure-python-pypher/ to write the Cypher statements would be 'safer'?

@HEmile HEmile closed this as completed in 6d9a51b Dec 9, 2020
@HEmile
Copy link
Owner

HEmile commented Dec 9, 2020

Hi, thank you for your report.

Perhaps using something like https://neo4j.com/blog/express-cypher-queries-pure-python-pypher/ to write the Cypher statements would be 'safer'?

I realized just this morning that this is a much better idea, indeed. That's the next thing for this project, will make it a lot easier to use.

Anyways, you're right with your report. Apparently, these statements are only available in the enterprise edition of Neo4j. No idea how it didn't crash for me... It's fixed (just run pip install --upgrade semantic-markdown-converter

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants