Forum Discussion
I think you have misunderstood my question. Let’s say you have a properties.expr file attached to a pipeline in a Project. For example, this is the path to the properties.expr file.
/Org/ProjectFolder/properties.expr
But I want to access this file from a pipeline in a different project that lives at /Org/DifferentProjectFolder/pipeline
Using a file reader to read the properties.expr file, it is not in JSON format, so a file reader to JSON parser will not work…
Refer here regarding expression library files: https://docs-snaplogic.atlassian.net/wiki/spaces/SD/pages/1438110/Expression+Libraries
@david.gaster Have you tried using ../../ProjectFolder/properties.expr
?
Or you could move the file into shared
folder.
- JensDeveloper3 years agoContributor II
Hi @wanlapa,
I have a solution that might work. This is a part of my pipeline where i get the list of all assets of a project and then filter on tasks and read those task in another snaplogic list. The pipeline below will explain it better. It give a lot of detail about the task and it start time and how many times it runs a day or a week.
I think when you play with the list you can get all the tasks of all projects I think. Haven’t tried it yet.
regards
Jens
Get_MetaData_Tasks_2022_10_28.slp (8.2 KB)