For neo4j-admin import, if I have a header file that looks like this:
userid:ID,zipcode:int
Is there any way I can cast my userID as long? Perhaps in the relationship file? Something like this
:START_ID:long, :END_ID:long
The userIDs are rather lengt...