Hi all. I'm starting off with Neo4j and can't seem to find any tutorials that address my use case.
I have a csv file with the following columns: Sender Account, Receiver Account, Amount, and Date. Sender and receiver will have accounts in common, and can appear more than once. I want to import Sender and Receiver as one list of nodes, and create relationships based on the amounts and dates of transactions. The purpose is to see the sending behavior between accounts.
Any help with formulating a query will be highly appreciated!