Skip to content

Usage of nested fields #18

@cardin

Description

@cardin

I've opened a pull request #17 for the usage of nested fields.

Currently es-dedupe - unintentionally - is able to receive nested fields as a timestamp. E.g. (--timestamp myfield.isotimestamp). However, attempting to use a nested field as a UID will result in KeyError in Python.

What I've done is to include python-benedict, which allows users to provide nested fields (e.g. location.postal) as a valid field, as python-benedict can use dot notation to reference a nested key.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions