CSV import does not support line breaks within a field #1859
Labels
status: accepted
This issue has been accepted for implementation
type: bug
A confirmed report of unexpected behavior in the application
Issue type
[ ] Feature request
[x] Bug report
[ ] Documentation
Environment
Description
The manner in which NetBox imports objects in CSV format does not properly support multi-line field values, such as the
physical_address
for a site. Line breaks within a field are stripped from the input, such thatbecomes
We should be able to correct this behavior by leveraging StringIO to treat the input as a file when passing it to the CSV reader.
The text was updated successfully, but these errors were encountered: