Skip to content

Classification of FBti failing in KB loading due to absence geno #61

Description

@dosumis

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).

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions