File name
| Any name | 
Description
This file is used to register and update software information.
Register and update software information using the swcfmg_software (Software Information Management Command) options.
File location
| Any folder | 
File format
CSV format
| [#][<software-id>],<software-name>,<version>,<os-type>,<vendor> ... | 
Parameters
The following is regarded as a single definition:
| Column | Item | Meaning | Value | Remarks | 
|---|---|---|---|---|
| # | Comment line | |||
| 1 | software-id | Software ID | Example: UDP00001 | Can be omitted. UDP followed by a five-digit number The software ID is automatically collected during registration (do not configure this column during registration). Specify the ID output in the list displayed during update. | 
| 2 | software-name | Software name | Example: ABCDE-Software | Cannot be omitted. | 
| 3 | version | Software version | Example: 1.0 | Cannot be omitted. | 
| 4 | os-type | OS type | Example: Windows | Cannot be omitted. | 
| 5 | vendor | Software vendor name | Example: ABCDE Company | Cannot be omitted. | 
Notes
None
Examples
During registration
,ABCDE-Software,1.0,Windows,ABCDE Company ,FGHIJ-Software,2.0,Windows, ABCDE Company
During update
UDP00001,ABCDE-Software,1.1,Windows,ABCDE Company UDP00002,FGHIJ-Software,2.0.1,Windows, ABCDE Company