Skip to content

Add another extract type qualitymap #465

@hf-krechan

Description

@hf-krechan

In the new AHB documents for UTILMD Strom 2.0 (filename: UTILMDAHBStrom-informatorischeLesefassung2.0_99991231_20250404.docx) there are tables which we would like to extract.

We will call them qualitymap.

They start on page 20 and go over some pages.

In the first step we will just extract the information and store them in a csv file.

  • extract tables and store them in csv file

Afterwards we want to convert them into the following C# readable structure

  • convert the table information into C# code
[Bo4e(
    typeof(BO4E.ENUM.Qualitaet),
    BO4E.ENUM.Qualitaet.ERWARTET,
    mappingHint: "Daten der technischen Ressource"
)]
ZG4,

[Bo4e(
    typeof(BO4E.ENUM.Qualitaet),
    BO4E.ENUM.Qualitaet.ERWARTET,
    mappingHint: "Daten der steuerbaren Ressource"
)]
ZB1,

[Bo4e(
    typeof(BO4E.ENUM.Qualitaet),
    BO4E.ENUM.Qualitaet.ERWARTET,
    mappingHint: "Produkt-Daten der steuerbaren Ressource"
)]
ZB3,

Hier ein Link zu dem Word-Dokument: https://www.edi-energy.de/index.php?id=38&tx_bdew_bdew%5Buid%5D=2402&tx_bdew_bdew%5Baction%5D=download&tx_bdew_bdew%5Bcontroller%5D=Dokument&cHash=3b2ac8ae7fc1bb5c80991ae95ce51963

Metadata

Metadata

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions