Searching In DTS Files

Searching In DTS Files

book

Article ID: KB0078672

calendar_today

Updated On:

Products Versions
TIBCO Scribe Insight 7.7

Description

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:
  1. Open Notepad++.
  2. Select Search > Find in Files.
  3. In the Find What field type the name of the field, such as City.
  4. 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.
  5. Enable the In all sub-folders option.
  6. Click Find All.
  7. The results display at the bottom of the Notepad++ window.
  8. 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.

kA2320000004Gl6CAE_en_US_1_0
 

Issue/Introduction

Scribe Insight does not have a tool to search across a series of DTS files. Use the instructions in this article to search DTS files outside of Scribe Insight.