<< Click to Display Table of Contents >> RayPack > 7.3 u6 > User Guide > Reference and Cheat Sheets > Custom RayPack Installer Database Tables RPTextReplacements table |
The RPTextReplacements table contains information about manipulation tasks on text based files. Data rows within this table are managed by the interfaces of the Visual Designer view TXT changes.
The RPTextReplacements table contains the columns shown in the following table.
Column |
Type |
Key |
Nullable |
---|---|---|---|
TextReplacement |
Identifier (s72) |
Y |
N |
Sequence |
Integer (i2) |
N |
N |
FindValue |
Text (S0) |
N |
Y |
ReplaceValue |
Text (S0) |
N |
Y |
IncludeFiles |
Text (S0) |
N |
Y |
FindValueType |
Integer (i2) |
N |
N |
ExcludeFiles |
Text (S0) |
N |
Y |
TargetFolder |
Text (S72) |
N |
Y |
IncludeSubfolders |
Integer (i2) |
N |
N |
Component_ |
Identifier (s72) |
N |
Y |
RunType |
Integer (i2) |
N |
N |
MatchType |
Integer (i2) |
N |
N |
ReplaceOnce |
Integer (i2) |
N |
N |
Description |
Text (s0) |
N |
N |
ReplaceType |
Integer (i2) |
N |
N |
TextReplacement
Name of the text replacement action.
Sequence
Order in which the text replacements are processed.
FindValue
Text specifying the value to be replaced.
ReplaceValue
Text specifying the value to replace the old value.
IncludeFiles
Text specifying the included files (wild cards supported).
FindValueType
Integer number specifying the type of searched value (text, property or regular expression).
ExcludeFiles
Text specifying the excluded files (wild cards supported) or empty to include all.
TargetFolder
Localizable text specifying the path to the folder in which value will be searched.
IncludeSubfolders
Integer number specifying whether sub-folders are included (1) or excluded (0).
Component_
Required foreign key into the Component table, specifying the component controlling the processing of text replacements action.
RunType
Integer number specifying the timing of the text replacement.
MatchType
Integer number specifying the matching of case and whole words.
ReplaceOnce
Integer number specifying whether the replacement will be done only once (1) or as many times as the searched value is found (0).
Description
Is the description of the text replacement action.
ReplaceType
Integer number 0-Replace 1-Append