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
Hi @nesnoj, thank you for the quick response. I can do this manual step, but I would expect that the bnetza_mastr_storage_raw.csv file includes a joint table of storage_extended and storage_units, because they are not exported separately.
While we explicitly do not alter (e.g. joining) data beyond the core functionality, I see the problem of not offering an export of this table. I'll create a separate issue.
Meanwhile, you can use this for manual export: sqlite3 -header -csv -separator "," open-mastr.db "select * from storage_units;" > bnetza_mastr_storage_units_raw.csv
Description of the issue
The column NutzbareSpeicherkapazitaet is empty in storage_extended table. Both in sqlite table csv export
Steps to Reproduce
I ran the bulk download the 6th of September 2024
Ideas of solution
I manually joint the the tables storage_extended and storage_units on the column EinheitMastrNummer and VerknuepfteEinheit
Context and Environment
Workflow checklist
The text was updated successfully, but these errors were encountered: