-
Notifications
You must be signed in to change notification settings - Fork 2.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add "status" to Import Devices #853
Comments
I've shied away from enabling the import/export of free-form comments because we may run into issues concerning line breaks and formatting. I'm sure it's workable, I just haven't had the time to test it. |
Should be OK now #422 is done I think |
We still need to devise a method for dealing with line breaks in comments. |
The CSV format supports it by means of line breaks within quoted fields, even though such CSV files aren't amenable to normal line-oriented Unix tools like grep. e.g. a cell with a line-break in Excel: Exported as CSV:
Imported into Python:
|
I'm limiting the scope of this issue to the addition of the "status" field. We don't currently support the importation of comments for any models; that can be addressed separately in the future. |
I would like to be able to import "comments" as part of bulk device import. Also device "status" (Active or Offline)
Related:
If #655 were implemented, then presumably it would be trivial to allow all fields of the device to be imported.
The text was updated successfully, but these errors were encountered: