USING PERIODIC COMMIT 100 LOAD CSV WITH HEADERS FROM 'file:/export/warehouse/DW/accounts_XX_08-23-2016_03-03.txt' as row FIELDTERMINATOR '\t' merge (x:XXaccounts {AccountsID:row.AccountsID}) on create set x+=row on match set x=row;