E.11 Format of a installed software information output file
The following describes the format of an installed software information output file (CSV format).
Example of an installed software information output file
Name,Application name,Version "Device1","ApplicationA","1.0" "Device1","ApplicationB","2.0" "Device1","ApplicationC","3.0" "Device2","ApplicationB","2.0" "Device2","ApplicationD","1.5" "Device3","ApplicationB","2.0"
Format of an installed software information output file
|
Column number |
Item |
Output information |
|---|---|---|
|
1 |
Name |
The name of the smart device, such as an asset management number. |
|
2 |
Application name |
The name of the application |
|
3 |
Version |
The version of the application |
Explanation of the output values in an installed software information output file
-
The character encoding is UTF-8.
-
The file contents are sorted using the name as the first sort key, the application name as the second sort key, and the version as the third sort key.
-
Information is only output for managed smart devices.
Related Topics