pluginsGLPI / datainjection

Plugin to import CSV files into GLPI
http://plugins.glpi-project.org/#/plugin/datainjection
GNU General Public License v2.0
52 stars 51 forks source link

What is the correct representation of unassigned device? #380

Open petertuharsky opened 9 months ago

petertuharsky commented 9 months ago

Hallo.

I'm trying to import our devices to GLPI from CSV. Some devices are not assigned to any user. Please, how to correctly address such situation in the CSV, so that plugin dosen't assign the device to some bogus user? I did try to find an advice in the documentation, but failed.

stonebuzz commented 8 months ago

Hi @petertuharsky

Have you tried not to put anything in the "User" column?

petertuharsky commented 7 months ago

Yes, sometimes it takes the first manually created user or so. We use Active Directory user base. For now, we already did our migration, but it might be relevant for someone else.