Hi Everyone, I am not sure if this board is still monitored but though I would give it a try nonetheless.
We are trying to bulk import a CSV list of monitors into spiceworks, we have the following headers in the CSV:
Name,Manufacturer,Model,Serial_Number,Purchase_Price,Purchase_Date,Location,Device_Type
An example line for the monitors is:
“Philips 19"” Monitor",Philips,19S4LAB5/00,XXXXX20033254,115,24/09/2015,Stock,Monitor
The script seems to run fine, no errors output but we cannot see the devices entered into Spiceworks. Here is our script:
“C:\Program Files(x86)\Spiceworks\bin\ruby.exe” bulk_import.rb -e it.helpdesk@xxxxxxxx.com -p
xxxxxxxxxx -s localhost -P 9675 "c:\Program Files (x86)\Spiceworks\pkg\gems\s
piceworks-7.4.0099\19-inch-Monitors-09-2015.csv"
Does anyone have an idea why this doesn’t work?
Thanks Chris
2 Spice ups
jaimedelapaz
(Jaime D (Spiceworks))
2
Hi,
So, no errors show up on the command prompt window, do you see it working through the data? Try adding a -V switch on the command to see more verbose logging. Once the devices get imported, they should show up on the Inventory screen. Have you tried doing a search for them using the name or serial number?