node-neo4j
node-neo4j copied to clipboard
.query when using load csv caps at ~1000 rows
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
Hmm interesting. I wouldn't expect that. Can you paste the relevant snippet of your code?
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.