From 64fbcdd21fbf4e8d9266a24cf9a797bdc9be58d2 Mon Sep 17 00:00:00 2001 From: Philipp Verpoort Date: Fri, 3 Oct 2025 16:15:41 +0200 Subject: [PATCH] Creating variable clean-up file for legacy projects. * Creates file `variable-cleanup.yml` in `legacy` subdirectory. * Adds mapping of `Production|Steel` to `Production|Iron and Steel|Steel` as a first example. --- legacy/variable-cleanup.yaml | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 legacy/variable-cleanup.yaml diff --git a/legacy/variable-cleanup.yaml b/legacy/variable-cleanup.yaml new file mode 100644 index 00000000..e29c53d3 --- /dev/null +++ b/legacy/variable-cleanup.yaml @@ -0,0 +1,4 @@ +dimension: variable +rename: + # Variable `Production|Steel` isn't correctly mapped to `Production|Iron and Steel|Steel` in SHAPE. + - "Production|Steel": "Production|Iron and Steel|Steel"