Skip to content

mechanism to include a list or set of values in a string column #25

@pdowler

Description

@pdowler

There seem to be many cases where one wants to put multiple values into a character field, eg:

  • multiple words in the semantics column (DataLink)
  • keywords: a set of keywords that get stored in the database and output (via TAP) as a single column (used in CAOM)

The columns are currently datatype="char" arraysize="*". Since words tend to be different lengths :-) the multi-dimensional array notation in VOTable isn't really usable (the first dimension has to be fixed) but with word lists the length of and number of words is variable.

Metadata

Metadata

Assignees

No one assigned

    Labels

    needs_discussionMore discussion needed before fixing

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions