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

.query when using load csv caps at ~1000 rows #127

Open
eighteyes opened this issue Jul 10, 2014 · 2 comments
Open

.query when using load csv caps at ~1000 rows #127

eighteyes opened this issue Jul 10, 2014 · 2 comments
Labels

Comments

@eighteyes
Copy link

on neo4j 2.1.2 trying to load up an 80k row csv the import ends prematurely

doing the same query in the console works fine

@aseemk
Copy link
Member

aseemk commented Jul 10, 2014

Hmm interesting. I wouldn't expect that. Can you paste the relevant snippet of your code?

@eighteyes
Copy link
Author

db.query( q, function(err, resp){
        if (err) { console.log(err); }
        console.log('Import Done', resp);
      });

I mean, it should be working.

On Thu, Jul 10, 2014 at 5:12 PM, Aseem Kishore [email protected]
wrote:

Hmm interesting. I wouldn't expect that. Can you paste the relevant
snippet of your code?


Reply to this email directly or view it on GitHub
#127 (comment).

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

No branches or pull requests

2 participants