Hi,
We plan to do our import using the neo4j-import but the uniqueness of the nodes is given by the composite key of 2 properties. I haven't been able to find how to specify composite keys with neo4j-import.
Is it something like (key1, key2):ID? what would be the exact format of the header and the CSV files? Or should I create a surrogate key by concatenating 2 keys "key1+key2" and using that as an anonymous ID and later create the indexes on the composite keys?