hd-gmbh-dev / xoev-xwasser-rs

The XÖV data exchange standard XWasser
MIT License
0 stars 0 forks source link

Code lists may have different key column #41

Closed kilork closed 2 weeks ago

kilork commented 2 weeks ago

The implementation should not rely on Key code, but have fallback mechanism:

  1. Search for column with recommended key type
  2. Search for column with key type
  3. Search for column with name Key

It looks also like we are loosing currently proper column types, as they always have Value type, although code to handle this seems to be written. Need to be checked with separate test.