When a list of node or relationship files is specified on the command line, 
and the command fails (e.g. because some start node has not been imported, 
but is used in a relationship), then the resulting message is very hard to 
read.

This is what I currently get:

Calculate dense nodes

Import error: InputRelationship:

   properties: []

   startNode: :START_ID :END_ID timestamp :TYPE

   endNode: brand_8073

   type: BELONGS_TO specified start node that hasn't been imported


This is what I would rather have (marked the parts that change compared to 
the current message):

Calculate dense nodes

Import error: specified start node that hasn't been imported

InputRelationship: relationshipFileName.csv

   startNode: IDofThatMissingStartNode

   endNode: brand_8073

   type: BELONGS_TO 

   properties: [timestamp]

-- 
You received this message because you are subscribed to the Google Groups 
"Neo4j" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to