Skip to content

csvz-meta-columns column types #9

@MarkPflug

Description

@MarkPflug

The spec for this file feels rather useless unless some minimal set of standard types is defined. A well-defined schema would allow an database import tool to construct the appropriate table in the database. Without a standard set fallback to "string" would be needed when an unknown type was encountered.

I would propose as a minimum:

  • boolean (true/false, 0/1)
  • int (byte/short/long?)
  • float (float/double)
  • date (datetime)
  • string (might be worth specifying ascii vs unicode)
  • binary (Base64)

Possibly also include:

  • guid
  • time (timespan/duration)

Metadata

Metadata

Assignees

No one assigned

    Labels

    help wantedExtra attention is needed

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions