cancel
Showing results for 
Search instead for 
Did you mean: 

Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.

yogashrir
Node
since ‎09-22-2020
‎06-01-2022

User Statistics

  • 1 Posts
  • 0 Solutions
  • 0 Kudos given
  • 0 Kudos received

User Activity

Hi, I have a same dataset using """LOAD CSV WITH HEADERS FROM 'file:///{}' AS row CREATE(n:{}) SET n=row;""".format(source_path+file_name,table_name) the above query i have done initial load of dataset. for the second load (in which i have few new re...