You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: