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

[ENH] Export MFF into JSON Format #7

Open
ViridianForge opened this issue Oct 11, 2019 · 1 comment
Open

[ENH] Export MFF into JSON Format #7

ViridianForge opened this issue Oct 11, 2019 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@ViridianForge
Copy link
Contributor

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.

@ViridianForge ViridianForge added the enhancement New feature or request label Oct 11, 2019
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.
@damian5710
Copy link
Collaborator

damian5710 commented Nov 18, 2019

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
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants