omniflo SumZeile jetzt nur über Python erzeugt.
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user