Skip to content

Suggestion: Migrate configuration to export method #8

@scottmatthewman

Description

@scottmatthewman

Currently, the configuration object that governs encoding strategies for dates (and, when #2 is implemented, Booleans) is defined in the CSVTable initialiser.

However, it is only used at the export stage. And it could be argued that it only matters there: the CSVTable is a definition of the structure, and it is only when we solidify that data that we actually care what format to use. This could allow the same CSVTable structure to be encoded in slightly different ways, for example, if Excel and/or Numbers needed slightly different formats than a custom app with its own CSV importer.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions