Forum Discussion

snarendran's avatar
snarendran
New Contributor
8 years ago

Where used field : Metadata snap

Hi
I am trying to Find Database Field name “XXX”, I am trying to find where it used in Snap in all projects.

Appreciate your inputs.

Thanks,

Senthil

3 Replies

  • aleung's avatar
    aleung
    Contributor III

    There isn’t an easy way today at the org level. What you can do is the following:

    1. Build a pipeline to download all pipeline to local disk as slp (json file)
    2. You can then text search within all the slp you have.
  • del's avatar
    del
    Contributor III

    I use a similar method. Each evening, we have a “pipeline backup” pipeline that backs up any newly modified pipelines to a database table. When I need to find pipelines with certain text, I have a separate “pipeline data search” pipeline where I can feed a regex expression as a parameter to search the database.