Scribe Insight does not have a tool to search across a series of DTS files. DTS files created using Scribe Insight V7.7 or higher are stored in an XML format, which allows you to search within each DTS using an external tool.
If you need to figure out all of the steps in series of DTS files that have a specific field mapped, you can use an advanced text editor, such as NotePad++, to search within all files stored in a specific folder or a series of sub-folders. For example, if you want to search for each occurrence of the City field in a group of DTS files you could do the following:
- Open Notepad++.
- Select Search > Find in Files.
- In the Find What field type the name of the field, such as City.
- In the Directory field, browse to a folder that contains your DTS files. If you have several folders, go to the highest level folder and select it.
- Enable the In all sub-folders option.
- Click Find All.
- The results display at the bottom of the Notepad++ window.
- Click an occurrence of the search text to jump to that location in the DTS file where it was found.
If you feel comfortable using Regular Expressions, you can do more elaborate and complex searches.