Skip to content
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.

Clone this wiki locally