title: CSV Import Example: Applications description: Example for CSV import of applications icon: status: lang: en
CSV Import Example: Applications#
This example shows how to import applications into i-doit via CSV. The goal is to create objects of type Applications and fill the category Applications → installation with data.
Prerequisites#
- A working i-doit installation
- A CSV file with the application data
CSV File Structure#
The CSV file should contain the following columns:
| Column | Description |
|---|---|
| Title | Name of the application |
| Manufacturer | Manufacturer of the application |
| Release | Version/Release of the application |
| Description | Description of the application |
Example CSV File#
1 2 3 4 | |
Import Steps#
- Navigate to Extras → CMDB → Import → CSV Import.
- Upload the CSV file.
- Select the object type Applications.
- Map the CSV columns to the i-doit attributes.
- Start the import.
For detailed instructions on the CSV import process, see CSV Data Import.
See also#
- CSV Data Import — General CSV import documentation
- CSV Import Example: Workstations
- CSV Import Example: Licenses
- CSV Import Example: Creating Locations