Skip to content

Draft: allow for parsing a custom dRICH compact file

Christopher Dilks requested to merge parse-modified-drich-xml-files into main

If the config yaml file is

features:
  pid:
    drich:

it will use the default compact/drich.xml, else if it is

features:
  pid:
    drich: my_custom_drich.xml

it will instead use my_custom_drich.xml

Merge request reports