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.