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

a little more flexibility #6

Open
Thyra opened this issue Mar 19, 2021 · 0 comments
Open

a little more flexibility #6

Thyra opened this issue Mar 19, 2021 · 0 comments
Labels
enhancement New feature or request

Comments

@Thyra
Copy link
Member

Thyra commented Mar 19, 2021

It would be possible to allow rows to contain fewer fields in a specific fieldGroup than are present in the header (e.g. not all Characteristics have a Term Accession or not all ParameterValues have a Unit) instead of requiring them to be empty/null as currently.
This would require changing the type of the fields from <String, String[]> to <String, HashMap<String, String>> and re-implementing the writeLine functions etc.
Also don't forget to evaluate the effect this might have on performance and whether it is worth it.

@Thyra Thyra added the enhancement New feature or request label Mar 19, 2021
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

1 participant