Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.
03-06-2019 12:11 PM
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.
03-07-2019 01:27 PM
neo4j-admin import
cannot filter duplicate relationships. Therefore pre-process your csv with the usual suspects sort
, uniq
on the cmd line.
03-19-2019 07:48 AM
Thank for the reply:slightly_smiling_face:
All the sessions of the conference are now available online