Hi community
This post is mostly intended for devellopers
I was using the neo4j-admin import tool and came across this error
Weird input data, no newline character in the whole buffer 4194304, not supported a.t.m
As I understood it, neo4j-import cannot support having a too long line or record for a node or relationship in a csv
It's espcacially happeing when you have to use field:string as the type for one or more of your fields
So your actual line is longer because you might have a lot of data in a single field as a list of values or array property in neo4j.
It kind of sucks because when you deal with massive data it's not unsual I guess to have aggregation of values in a node as a prortery and the neo4-admin import tool is suppose to be THE tool for massive data import.
I hope this can fix
Thanks
Side question: I was wondering how long a list property value in Neo4j can be?