Neo4j LOAD CSV fails when multiline fields are encountered -
neo4j-sh (?)$ using periodic commit > load csv headers "file:/home/ubuntu/data/woka-data/woka-data.csv" row > merge (woka:woka {woka_id: row.woka_id, woka_title: row.woka_title}); illegalmultilinefieldexception: @ file:/home/ubuntu/data/woka-data/woka-data.csv:834 - multi-line fields illegal in context , might suggest there's field start quote, missing end quote.
my kernel version 2.2.3 , file quite large:
-rwxr-xr-x 1 ubuntu ubuntu 2508218727 jul 21 17:54 woka-data.csv
any clue how fix this?
i changed order of fields in file , first error reported line 83. here line:
97801322605720000000,eng,addison wesley longman,,"wri& speakg @ work& build own cc& mst : perils"
it new line before
: perils
how fix this?
this error seems specific kernel version. before upgrading used similar file import same data having multiline fields , worked.
what can now?
the bug still persistent in kernel version 2.2.3 despite claims fixed. had clean data @ extraction time. removed characters caused load csv fail reported error message or similar.
Comments
Post a Comment