Task #11685 (new)
Opened 6 years ago
Last modified 3 years ago
Use common best-of-all INI parser
| Reported by: | mtbcarroll | Owned by: | mtbcarroll |
|---|---|---|---|
| Priority: | minor | Milestone: | OME-Files |
| Component: | General | Version: | n.a. |
| Keywords: | n.a. | Cc: | fs@…, crueden-x |
| Resources: | n.a. | Referenced By: | n.a. |
| References: | n.a. | Remaining Time: | n.a. |
| Sprint: | n.a. |
Description
OriginalMetadataRequestI.parseOriginalMetadataTxt now does its own INI parsing, to better handle lines like,
Foo #1 thingum (w=500)=24.5
though ome.scifio.common.IniParser does have other features, like chapter handling. Once #11684's format ambiguity questions are resolved and IniParser does exactly what we need, OriginalMetadataRequestI should use it instead of having its own parser.
Change History (2)
comment:1 Changed 6 years ago by mtbcarroll
comment:2 Changed 3 years ago by jamoore
- Cc changed from fs@openmicroscopy.org.uk,crueden-x to fs@openmicroscopy.org.uk, crueden-x
- Milestone changed from Cleanup to OME-Files
Also note the parsing code in org.openmicroscopy.shoola.agents.metadata.editor.OriginalMetadataComponent.