Hi!
I have a Microsoft Access database which I need to transfer to a Neo4j Community database. I'm not able to perform av simple export as I have to create a lot of relations based on the content of the Access db. I'm thinking of sending Cypher queries (MERGE ON CREATE/ON MATCH...) in JSON according to the samples given in the Neo4j HTTP ReST documentation. I'm leaning towards the Neo4j HTTP ReST API but given the rather arcane MSXML2 API I thought I'd ask here before embarking on that road. Does anybody have experience doing something similar? If you have an alternative to the MSXML2 API I'm all ears as well
Many thanks in advance!