Skip to content

Inconsistent file referencing in fix (include, put_filemap,...) #714

@TobiasNx

Description

@TobiasNx

include seems to refrence the file from the path of the fix file and put_filemap from the folder where the metafacture workflow is started:

do once("macrosAndMaps")
  include ("../../sharedFixes/macros.fix")
  include ("../../sharedFixes/maps.fix")
  # Workflow specific maps
  put_filemap("data/production/phaidraFHKaernten/lomResourceTypes.tsv","lomResourceTypes","sep_char":"\t")
end

I thought that put_filemap("lomResourceTypes.tsv","lomResourceTypes","sep_char":"\t") would have been correct.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    Status

    No status

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions