opendevstack / ods-pipeline-adoc

ODS Pipeline tasks for rendering Asciidoctor files to PDF
Apache License 2.0
0 stars 0 forks source link

Deeply nested paths cannot be differentiated #2

Closed michaelsauter closed 1 year ago

michaelsauter commented 1 year ago

E.g. the following glob ctxt:.ods/repos/*/.ods/component would, if there are multiple repos, only lead to one map entry as the path segment in <key>.<path>.<file>.<field> is set to _ods, and does not include the folder above it.

One possible solution is to not truncate , so that the access would be ctxt._ods.repos.foo._ods.component.value. In this case, the glob key (ctxt) might not be needed anymore?