You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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).
The text was updated successfully, but these errors were encountered:
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).
The text was updated successfully, but these errors were encountered: