Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Suggestion: Migrate configuration to export method #8

Open
scottmatthewman opened this issue Jan 3, 2024 · 0 comments
Open

Suggestion: Migrate configuration to export method #8

scottmatthewman opened this issue Jan 3, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@scottmatthewman
Copy link
Owner

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.

@scottmatthewman scottmatthewman added the enhancement New feature or request label Jan 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant