Problems with Device Relocation Bulk Import

Solved Locked
RG
Ryan Grimm
weismarkets

Hey folks, I'm trying to create a CSV file for bulk import into a Device Relocation rule that SOTI will accept. I'm not sure where it's falling down because I'm providing it what it wants per their documentation.

The file I'm testing is just a standard UTF-8/CRLF formatted CSV file with one entry but the only quirk is that I don't need custom data. I would just think the import processor would just drop it. Nevertheless I've tried extra commas, fake data, etc. and it still complains.

The error I get is a variation on the following: Please provide custom data or IP range for (). Invalid Destination Path ().

Example:

\\Company Prod\Retail\001-100\001,10.1.100.1,10.1.100.250
[Blank Line]

Edited 5 years ago
SOTI MobiControl
ANSWERS
RG
Ryan Grimm
5 years ago

UPDATE: Excel happened. Once I recreated the file in VS Code, it uploaded just fine.

Solution