Articles tagged as quotes
How do I define, display, and use parameters with neo4j-shell
bin/neo4j-shell allows for a command line interface to query your graph via Cypher statements and to include parameters to those statements. Usage of parameters, rather than hard coding values, will…
How do I use LOAD CSV with data including quotes
When using LOAD CSV to read a file which includes data with double quote characters ("), the quotes need to be escaped as 2 double quote characters For example if…
Parsing of quotes for LOAD CSV and/or Import
When using LOAD CSV or neo4j-admin import if your data contains quotes they must be properly escaped to be imported otherwise one might encounter the error neo4j-admin import error LOAD…