This document summarizes a research paper that proposes a model-driven reverse engineering (MDRE) approach to extract data from legacy COBOL systems and transform it into a normalized relational database. The approach includes four phases: 1) Extraction of data structure models from COBOL source code, 2) Merging of extracted models, 3) Transformation of the merged model into a domain class diagram and refinement by adding integrity constraints and normal forms, 4) Generation of a relational database schema from the domain class diagram. A CASE tool called CETL is developed to support the extraction and merging phases. The paper argues that this MDRE approach provides benefits over traditional reverse engineering like improved abstraction, inclusion of data integrity rules,