REG Input Format Fields
The input records generated by the REG input format contain the following fields:
| Name | Type | Description |
|---|---|---|
| ComputerName | STRING | Name of the computer hosting the registry containing this value |
| Path | STRING | Path of the registry key containing this value |
| KeyName | STRING | Name of the registry key containing this value |
| ValueName | STRING | Name of the registry value |
| ValueType | STRING | Name of the type of the registry value |
| Value | STRING | Text representation of the content of the registry value |
| LastWriteTime | TIMESTAMP | Date and time at which the registry value has been last modified (Universal Time Coordinates (UTC) time) |