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

Move away from csv to xml or json or yaml #1308

Closed
thomaskilian opened this issue Jul 12, 2024 · 1 comment
Closed

Move away from csv to xml or json or yaml #1308

thomaskilian opened this issue Jul 12, 2024 · 1 comment

Comments

@thomaskilian
Copy link

Description

The current csv structure represents a 3-dimensional structure flattened into s 2-dimensional one. It would be more easily to understand, maintain and extend if this structure would be described in something more appropriate. It's not overly complex, so xml might be overkil. json would well cover the needs, but yaml would also be ok. While json is more machine-oriented, yaml can more easily be edited by humans. Also for a migration it would probably be not too difficult to offer a tool to migrate existing csv into the new format. And having the possibility to have both side by side should also not be a difficulty.

@john30
Copy link
Owner

john30 commented Jul 13, 2024

closed as duplicate of #30

@john30 john30 closed this as completed Jul 13, 2024
@john30 john30 closed this as not planned Won't fix, can't repro, duplicate, stale Jul 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants