Skip to content

Formalize "IndexColumns" for .tsv files #2402

@yarikoptic

Description

@yarikoptic

Eric: I would rather explicitly define the index columns in the JSON header

Yarik: Please propose it as an alternative proposal to this one then! We might then consider them one by side later.

Here's an example:

{
    "IndexColumns": [
        "participant_id",
        "session_id",
        "run_id"
    ],
    "participant_id": {
        ...
    },
    ...
    (all the other usual data dictionary sidecar JSON stuff)
    ...
}

Originally posted by @ericearl in #2273

So proposed as an alternative to

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