node-neo4j icon indicating copy to clipboard operation
node-neo4j copied to clipboard

.query when using load csv caps at ~1000 rows

Open eighteyes opened this issue 11 years ago • 2 comments

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

eighteyes avatar Jul 10 '14 20:07 eighteyes

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

aseemk avatar Jul 10 '14 21:07 aseemk

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 https://github.com/thingdom/node-neo4j/issues/127#issuecomment-48665145.

eighteyes avatar Jul 10 '14 21:07 eighteyes