0 FBti0002691 GENO_0000418
+
USING PERIODIC COMMIT 1000 LOAD CSV WITH HEADERS FROM 'file:///tmp.csv' AS line FIELDTERMINATOR ' ' MERGE (n:Class { short_form : line.short_form } ) SET n.label = line.label SET n.synonyms = split(line.synonyms, '|') SET n.iri = 'http://flybase.org/reports/' + line.short_form SET n:Feature
UserWarning: {'code': 'Neo.ClientError.Statement.SemanticError', 'message': 'Cannot merge node using null property value for short_form'}
Fix = extend what's loaded into KB (i.e. not code).