File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -208,7 +208,7 @@ ORDER BY sort_path;
208
208
<details>
209
209
<summary>Finde heraus, welche Zeilen in einem Prüfidentifikator zwischen zwei Versionen hinzukommen</summary>
210
210
<br>
211
-
211
+
212
212
```sql
213
213
with fv2504 as (SELECT *
214
214
FROM ahb_hierarchy_materialized
@@ -236,11 +236,11 @@ pip install fundamend[cli]
236
236
```
237
237
Kann ein CLI-Tool in der entsprechenden venv installiert werden, das einzelne MIG- und AHB-XML-Dateien in entsprechende JSONs konvertiert:
238
238
```bash
239
- (myvenv): xml2json --xml-path path/to/mig.xml
239
+ (myvenv): fundamend xml2json --xml-path path/to/mig.xml
240
240
```
241
241
erzeugt `path/to/mig.json`. Und
242
242
```bash
243
- (myvenv): xml2json --xml-path path/to/my/directory
243
+ (myvenv): fundamend xml2json --xml-path path/to/my/directory
244
244
```
245
245
konvertiert alle XML-Dateien im entsprechenden Verzeichnis.
246
246
You can’t perform that action at this time.
0 commit comments