Neo4j admin import csv with multiple labels relationships

For neo4j admin import, I understand that multiple labels may be passed for nodes on “:LABEL” separated by “-array-delimiter” character e.g. “;”.

Could this be done for relationship files, whereby we assign multiple labels for a single relation on the “:TYPE”?

There is only one type for each relationship.

Can you share an example for nodes with multiple labels in neo4j-admin import?

1 Like