Skip to content
  • farhaven's avatar
    ed439016
    Read recipient data from yaml file · ed439016
    farhaven authored
    The YAML file must contain at least the following fields:
    
    Vorname: Hans
    Nachname: Acker
    Adresse:
      Straße: Hack Hack Hack 1234
      PLZ: 31337
      Ort: Hacktown
    
    I've added a custom loader because the C3PB member data contains a weird
    YAML tag that needs to be handled explicitly: !file(konto.yml), which is
    used for including bank account data.
    ed439016
    Read recipient data from yaml file
    farhaven authored
    The YAML file must contain at least the following fields:
    
    Vorname: Hans
    Nachname: Acker
    Adresse:
      Straße: Hack Hack Hack 1234
      PLZ: 31337
      Ort: Hacktown
    
    I've added a custom loader because the C3PB member data contains a weird
    YAML tag that needs to be handled explicitly: !file(konto.yml), which is
    used for including bank account data.
Loading