en:tcmediainfo:documentation:lists
Replace lists
In this node you can define lists of terms that need to be replaced.
<lists> <list name="ListName"> <line name="SearchText1">ReplaceText1</line> <line name="SearchText2">ReplaceText2</line> ... <line name="SearchTextN">ReplaceTextN</line> </list> <list name="ListName" type="ini" file="{path to ini-file}" section="{section}"/> </lists>
Node <list> can be one of two types, internal and ini-type, that loading from external ini-file.
name | Name of list. It can be only latin alphanumeric plus underscore. Defined name can be used in columns of list type, or called by that name from script. |
type | ini - list can be loaded from external ini-file. |
file | File name for ini type (environment variables can be used here). IniIni can be ANSI or UTF-8 encoded. |
section | Section name for ini type. |
For internal replace node, <list> node include set of <line> nodes, thet can have attributes:
name | - name (term) for searching |
ReplaceText | - founded name will be replaced with this text |
en/tcmediainfo/documentation/lists.txt · Последнее изменение: 2019/02/20 21:24 — loopback