Skip to content

Parsing arrays that contain '[ xxx]' strings #45

Closed
@YaphetKG

Description

@YaphetKG

When trying to bulk load data like this :

id:ID|names:ARRAY
bogusID|['selenophosphoric acid','trihydroxidoselenidophosphorus','[P(OH)3Se]']

This raises an exception where bulk loader tries to infertypes with in the array elements and ends up trying to parse
[P(OH)3Se] as an array. Is it relevant to try to parse array internal items as arrays ? Not sure if redisgraph supports nested arrays?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions