Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.
10-27-2020 04:07 PM
Latest version of neo4j and apoc:
CALL apoc.import.csv(
[{fileName: 'file:/persons.csv', labels: ['Person']}],
[{fileName: 'file:/knows.csv'}],
{delimiter: '|', arrayDelimiter: ',', stringIds: false}
)
Then in the browser panel, it displays as:
|file|source|format|nodes|relationships|properties|time|rows|batchSize|batches|done|data|
|---|---|---|---|---|---|---|---|---|---|---|---|
|"progress.csv"|"file"|"csv"|2|1|8|23|0|-1|0|true|null|
How does the file name 'progress.csv' come? The node and relationship names are 'persons.csv' and 'know.csv' respectively.
All the sessions of the conference are now available online