Loading N2 matrix to Neo4j

Hello all,

I am trying to load a N2 matrix from a csv where I have described the following:

System 1, service 1, service 2
Compensation1, system 2, service3
Compensation 2, Compensation 3, system 3

It works as follows:

  • in the diagonal, there are systems
  • on each line are listed services or compensation that the system is giving to another system (the one on the same column where the service is)

I would like to upload it directly to neo4j but I am unable to find out where to start and how to use the load csv to achieve it.

Thanks in advance for your ideas.

Kind regards,

Stéphane

Hi welcome
Did you already wrote a cypher query; suggest to post that as well; to give you good directions as to the import
Rgds
Arthur