39 lines
1.1 KiB
YAML
39 lines
1.1 KiB
YAML
# xsd_til_yaml_config.yaml
|
||
# Konfiguration til xsd_til_yaml.py for CARF DAC8
|
||
|
||
xsd: /home/carsten/Dokumenter/GitClone/udpak_semistruktur/tests/bank_test/data/bankdata.xsd
|
||
output: /home/carsten/Dokumenter/GitClone/udpak_semistruktur/tests/bank_test/output/DAC8/
|
||
prefix: udtræk
|
||
min_felter: 2
|
||
|
||
# Database schema – bruges til tabel-navne
|
||
db_schema: dbo
|
||
|
||
# Tabel-navn prefix – fx 'DAC8_' giver 'dbo.DAC8_CARFBody_tmp'
|
||
tabel_prefix: bank_
|
||
|
||
# Output-type: fil, tabel, eller begge
|
||
output_type: fil # fil | tabel | begge
|
||
|
||
# Historik-type for tabel-output
|
||
historik: t2 # t1 | t2
|
||
|
||
|
||
#forkortelser:
|
||
# CryptoToCryptoIn: CTI
|
||
# CryptoToCryptoOut: CTO
|
||
# CryptoFiatIn: CFI
|
||
# CryptoFiatOut: CFO
|
||
# CryptoTransferIn: CTRI
|
||
# CryptoTransferOut: CTRO
|
||
# TransferWallet: TW
|
||
# RelevantTransactions: RT
|
||
# ControllingPerson: CP
|
||
# NumberofTransactions: NoTrans
|
||
# NumberofUnits: NumUnits
|
||
# ExchangeType: ExchType
|
||
# AltValuation: AltVal
|
||
# Organisation: Org
|
||
# Individual: Ind
|
||
# ResCountryCode: ResCC
|