-
Notifications
You must be signed in to change notification settings - Fork 4
JSON NMDataParser
Nikolay Kochev edited this page May 29, 2020
·
12 revisions
NMDataParser is a generic configurable excel sheet parser which enables import of the data, stored in a excel spreadsheet file. NMDataParser accommodates different row-based, column-based or mixed organizations of the data. The parser configuration is defined in a separate JSON file, mapping the custom spreadsheet structure into the internal eNanoMapper data model storage components such as: “Substance”, “Protocol Application”, “Measurement”, “Parameters” and “Conditions”.
MDataParser is an open source library developed in Java on top of the Ambit data model and with extensive use of Apache POI library.
- Home
- Quick start
- Data templates
- eNanoMapper Data Model
- Parser configuration via JSON
- Available templates
- How to
- Additional information