jexp / neo4j-shell-tools

A bunch of import/export tools for the neo4j-shell
288 stars 55 forks source link

Import Graphml file fails because of the 0x1e character #102

Open chrix75 opened 7 years ago

chrix75 commented 7 years ago

Hi,

I've exported a Neo4j database with the export-graphml command and after I've tried to import this file with the import-graphml command. I've done no change in the result file.

After some seconds, I've got this error:

XMLStreamException: ParseError at [row,col]:[1095692,195]
Message: Un caractère XML non valide (Unicode : 0x1e) a été détecté dans le contenu d'élément du document.

The message in english should be translated into "An invalid XML character (Unicode : 0x1e) was found in the element content of the document".

I've tried to find the record with this command: sed -n -e '1095692p' out.graphml

But I don't see any issue in the displayed record.