jexp / batch-import

generic csv file neo4j batch importer
https://neo4j.com/docs/operations-manual/current/tools/import/
385 stars 157 forks source link

skipped relations are not send to a log file #100

Open kdwykleingeld opened 10 years ago

kdwykleingeld commented 10 years ago

Hi, would it be possible to output skipped relations to a log file or screen ?.

this is the message i receive:

Using Existing Configuration File
Importing 315 Nodes took 0 seconds
Importing 814 Relationships skipped (2) took 0 seconds

Total import time: 1 seconds

i would like to know what rels are skipped..

thx koen