This repository contains a simple Flask-based web application designed to extract and convert data from XML hierarchical file format, generated by the ABX Micros ES 60 hematology analyzer.
- Parses an archive XML file that lists references to test result files.
- Extracts sample IDs, analysis dates, and parameter results from the referenced result XMLs.
- Converts the data into a structured tabular format.
- Allows downloading the extracted data as CSV or Excel (.xlsx).
This tool is ideal for labs or professionals using the ABX Micros ES 60 analyzer who want to batch-process and export data for reporting or analysis.