|
Data.Copy.xData
|
|
| 1. | Create an [xData] section with data to replace or add with one "search for" column that contains already existing data (or at least parts of existing data) and one or more "replace with" or "add" columns with new data
|
| 2. | Extract data from the user directory with Data.Get.ND, Data.Get.AD or Data.Get.LD.Find to the [Data] section
|
| 3. | Use Data.Copy.xData to search a column in the [Data] section for rows that matches the "search for" column in [xData] and copy data from matching rows from the "replace with" or "add" columns in [xData] to [Data]
|
| List of [xData] section source columns, where to read the "replace with" or "add" data from
|
| Format: SrcColumn1§[SrcColumn2§][SrcColumn3§].
|
| Each column in the source list must have a corresponding column in the destination list - there must always be an equal number of columns in xDataSrcCols and DataDstCols
|
| List of [Data] section destination columns, where to write the "replace with" or "add" data to
|
| Format: DstColumn1§[DstColumn2§][DstColumn3§].
|
|
|
| Criteria that must be met on each row in order to copy data
|
| Format: colX=sectionnameY | colX<>sectionnameY
|
| Where X is a column in the [Data] section, "sectionname" refers to a valid [xData] section, and Y is a column in that section.
|
| It is possible to use '*' and '?' wildcards before and after the "sectionnameY" part, '*' = any number of characters including none, '?' = any single character.
|
| · | Find and replace multiple Linux user attribute values at once
|
| · | Find and replace multiple NetWare user attribute values at once
|
| · | Find and replace multiple Windows user attribute values at once
|