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

Using apoc.export.csv.data is not supported #79

Open
mfkilgore opened this issue Aug 3, 2023 · 1 comment
Open

Using apoc.export.csv.data is not supported #79

mfkilgore opened this issue Aug 3, 2023 · 1 comment

Comments

@mfkilgore
Copy link

CALL apoc.export.csv.data(stripe, [], "xxxx.csv", {})
YIELD file, source, format, nodes, relationships, properties, time, rows, batchSize, batches, done, data
RETURN file, source, format, nodes, relationships, properties, time, rows, batchSize, batches, done, data;

The above returns syntax error on 'rows' as unexpected
When running executions ends at YIELD which is not allowed (sees RETURN as new query)

Thanks

@mfkilgore
Copy link
Author

Adding to my previous post. I see that I can execute the entire query by selecting and right click, not obvious but it works well. While I still see indication of syntax error on 'rows' the query does execute as expected. So it looks like a syntax highlight issue.

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

1 participant