-
Notifications
You must be signed in to change notification settings - Fork 7
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
[ENH] Export MFF into JSON Format #7
Labels
enhancement
New feature or request
Comments
damian5710
added a commit
that referenced
this issue
Oct 17, 2019
This commit addresses Issue #7 . It basically adds a method into the Reader class to read the contents of those .xml files that can be read by this module and a method into the Writer class to write the contents into a JSON file.
ViridianForge
pushed a commit
that referenced
this issue
Oct 24, 2019
This commit addresses Issue #7 . It basically adds a method into the Reader class to read the contents of those .xml files that can be read by this module and a method into the Writer class to write the contents into a JSON file.
ViridianForge
pushed a commit
that referenced
this issue
Oct 24, 2019
This commit also fixes Issue #7 (encorporate cached-property).
ViridianForge
pushed a commit
that referenced
this issue
Oct 24, 2019
This commit also fixes Issue #7 (encorporate cached-property).
damian5710
added a commit
that referenced
this issue
Oct 25, 2019
This commit addresses Issue #7 . It basically adds a method into the Reader class to read the contents of those .xml files that can be read by this module and a method into the Writer class to write the contents into a JSON file.
The ability to export the contents of an mff file into a JSON format has been added in #12 . However, the JSON exporting feature only works for segmented mff files. Ultimately we'd like to export to JSON unsegmented mff files as well. Thus, we will keep this Issue open for now. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We've had requested to export the contents of an MFF file into a JSON format.
Ultimately we'd like to export the whole contents of the MFF into the JSON document - though as we well know, not every MFF has every MFF subcomponent.
Additionally - as an MFF may get ridiculously large, we should look at what limits to check when starting the export - and if at a certain point, we should default to automatically compressing data contents.
The text was updated successfully, but these errors were encountered: