You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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,
The enum value (e.g. BO4E.ENUM.Qualitaet.INFORMATIV) corresponds to the column in the table
I.e. only columns ERWARTET, IM_SYSTEM_VORHANDEN, INFORMATIV und null (= gültig) have to be considered
If the key (e.g. Z51) is not unique, it should be concatenated with a somewhat meaningful string. Joscha and I agreed that taking e.g. the first three words of the mapping hint should be sufficient.
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.
Afterwards we want to convert them into the following C# readable structure
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
The text was updated successfully, but these errors were encountered: