Object: Search in Processes
To find specific code fragments in the processes of objects this module can be used. Additionally it is possible to find the objects that do not contain a given code fragment. Patterns to find are read from a file. The results are stored in a file in CSV format.
Designation
- Name
- info.ProcessSearch
- Aliases
- ObjectProcessSearch
Configuration
- Optionen
- Process (
process) - Selects the processes to work onMögliche Werte: All (
all), Pre-Script (pre), Script (process), !Script (event), Post-Script (post)
- case-insensitive matching (
case-insensitive) - The regular expressions are matched case-insensitive
- List matching objects only (
matches-only) - Only shows/saves the objects matching the criteria
- complementary set (
complementary) - Selects the objects that do not match the given patterns (complementary set)
- List of pattern (
pattern-file) - List of patterns to search for. Each line of the file should contain one pattern and nothing else.
- Pattern (
pattern) - A regular expression that is searched for in all processes
- Replacement rule (
replace-with) - A pattern defining a replacement for the matching line in the output file.
Description
The following data is saved in the file:
- Object name
- Folder
- Script
- Pattern
- Line
Structure of the CSV output file
If a file name is specified for the csv-file option, the output file contains the following columns.
| column name | type |
|---|---|
| object name | string |
| Folder | Folder structure with client |
| Script | Script Type |
| pattern | regex used |
| Line number | Integer |
| Line | String |