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 lengthy strings so id like to cast them to longs to save space