Skip to content
This repository was archived by the owner on Mar 20, 2019. It is now read-only.
This repository was archived by the owner on Mar 20, 2019. It is now read-only.

Error while loading CSV with headers #112

@pdipietro

Description

@pdipietro

I was loading a CSV file with the following command

LOAD CSV with headers FROM "http://dati.istruzione.it/opendata/opendata/catalogo/elements1/EDIANAGRAFESTA20160831.csv" AS row
MERGE (Comune:Comune {codice:row.CODICECOMUNE, nome:row.DESCRIZIONECOMUNE})

It returns "Cannot merge node using null property value for codice"

But the file appears to be correct.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions