Opened 23 months ago
Closed 23 months ago
#1436 closed enhancement (fixed)
Re-order entries in the JSON file
Reported by: | Nicklas Nordborg | Owned by: | Nicklas Nordborg |
---|---|---|---|
Priority: | major | Milestone: | Reggie v4.42 |
Component: | net.sf.basedb.reggie | Keywords: | |
Cc: |
Description
When viewing the JSON files in the external importer wizard it would be really nice if the JSON data could be re-organized to a predictable order. Typically the JSON format doesn't care about this, but it is annoying when, for example, the "Specimen" section sometimes is in the beginning of the file and sometimes in the end.
I think it should be possible to intercept the file on the server side and re-order the entries to a more natural order: SCANB_ID, Specimen, Lysate, etc... If there are unknown entries they should added to end in no particular order.
Note:
See TracTickets
for help on using tickets.
In 6965: