You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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
The text was updated successfully, but these errors were encountered: