my neo4j-admin import command fails with the following error:
Value 2763940827 is too big to be represented as int
What's the limit on int values? How can I import large values the one above?
I've tried changing my header to
id, dollar_amount:float
and the import succeeded. Thanks for pointing me in the right direction!
I still would prefer to store it as bigint/long though so if anyone knows a way I'd appreciate any input here.
that didn't work
unexpected error: Unable to parse header
here's what I tried:
modified my csv header file to
id, dollar_amount:bigint
used
bin/neo4j-admin import
from neo4j-community-3.5.4