cancel
Showing results for 
Search instead for 
Did you mean: 

Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.

Neo4j-import CSV issue

I created a csv file for importing relationship. My file contains duplicate rows. How could i ignore duplicate rows while creating relationship using neo4j-import? My aim is to achieve merge functionality rather than create, while importing.

2 REPLIES 2

neo4j-admin import cannot filter duplicate relationships. Therefore pre-process your csv with the usual suspects sort, uniq on the cmd line.

Thank for the reply:slightly_smiling_face: