omniflo SumZeile jetzt nur über Python erzeugt.

This commit is contained in:
2026-07-02 14:02:06 +02:00
parent 05a7000d33
commit ca8543cca3
2 changed files with 122 additions and 5 deletions
+26
View File
@@ -0,0 +1,26 @@
# ============================================================
# export.cfg - Konfiguration fuer Lisp/export.lsp
#
# Format: INI-Style
# [ABSCHNITT]
# Key = Wert (einzelner Wert)
# Key = Wert1, Wert2, Wert3 (Musterliste fuer wcmatch, kommagetrennt)
#
# Zeilen mit # sind Kommentare. Leerzeilen werden ignoriert.
# ============================================================
[blockpattern]
pattern_kreisel= KR_*, KREISEL_*, ECKRAD_*
pattern_gerade= AP110*, AP_110*
pattern_strecke= Vario*, Staustrecke*, AUS_Element*, EIN_Element*, VF_*, GF_*
pattern_numerisch= #*
pattern_ks_subblocks= KS_EIN, KS_AUS, K1, K2, K3, K4
[filenames]
raw_json_datei= export_raw.json
python_exe= python
sivas_script= export_sivas.py
sivas_csv= export_sivas.csv
csv_script= export_csv.py
csv_csv= export.csv