How LOAD CSV Works
CSV files are one of the most common formats for exchanging data between systems. A CSV file is plain text where each line represents a row and commas separate the values in each column. Most databases, spreadsheets, and reporting tools can export data in this format.
Neo4j provides a built-in iFull definition for Cypher (opens in a new tab)Neo4j's implementation of GQL, the ISO standard query language for graph databases. It is declarative: you describe the pattern to find, and the database decides how to find it. clause called Copy that reads a CSV file —either from a local path or a remote URL —and makes each row available as a variable you can use in the rest of your query.
Join GraphAcademy to keep learning
Create your account to unlock 80+ hours of hands-on Neo4j courses, track your progress, and earn a certificate when you complete the course.
Sign in or register