-
Notifications
You must be signed in to change notification settings - Fork 2
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
Save all user data in open file format (CSV) #35
Labels
enhancement
New feature or request
Comments
johnwdubois
changed the title
Export user-generated data in open file format (CSV, JSON)
Export user-generated data in open file format (CSV)
Sep 7, 2018
The exported CSV files have multiple problems; for the bug ticket, see #149 .
|
Closed
johnwdubois
changed the title
Export user-generated data in open file format (CSV)
Save all user data in open file format (CSV)
Aug 3, 2019
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Is your feature request related to a problem?
When the user invests time in creating new information in Rezonator (by marking Rez links between words, creating Stacks, etc.), this new information needs to be saved in a way that is well integrated with the existing corpus information (e.g. the original corpus files that the user imported).
Ideally, all the information (both new and old) should be made available to the user in a format that they can easily access, interpret, and edit outside of Rezonator. In addition, the newly created information should be integrated in a clear way with the old (corpus) information, to provide the greatest utility to the user.
Describe the solution you'd like
When exporting data from Rezonator, save it in a common open file format, such as:
Make sure to include the following information:
Additional context
It would also be nice to allow users to re-import data back into Rezonator from their CSV (and/or JSON) file. However, this may be more difficult, and more risky, because it's not possible to fully control how the user modifies the external file. This may require some syntax checking on import.
Alternatively, in the early stages of development, it may be best to simply block (or limit) implementation of an Import function. Or only allow it for a completely unmodified file (e.g. with a known checkSum?).
The text was updated successfully, but these errors were encountered: