[PR #493] [MERGED] Fixed csv reader to handle special characters #12067

Closed
opened 2025-12-29 22:19:27 +01:00 by adam · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/netbox-community/netbox/pull/493
Author: @stianvi
Created: 8/19/2016
Status: Merged
Merged: 9/16/2016
Merged by: @jeremystretch

Base: developHead: csv_reader_unicode


📝 Commits (1)

  • 0708942 Fixed csv reader to handle special characters

📊 Changes

1 file changed (+6 additions, -1 deletions)

View changed files

📝 netbox/utilities/forms.py (+6 -1)

📄 Description

Added a wrapper for csv reader used in imports so it can support reading unicode CSV data. This make it possible for all csv imports in netbox to support special characters like æøå.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/netbox-community/netbox/pull/493 **Author:** [@stianvi](https://github.com/stianvi) **Created:** 8/19/2016 **Status:** ✅ Merged **Merged:** 9/16/2016 **Merged by:** [@jeremystretch](https://github.com/jeremystretch) **Base:** `develop` ← **Head:** `csv_reader_unicode` --- ### 📝 Commits (1) - [`0708942`](https://github.com/netbox-community/netbox/commit/0708942ab85817af41e64f06e7dba9beb6b0ca87) Fixed csv reader to handle special characters ### 📊 Changes **1 file changed** (+6 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `netbox/utilities/forms.py` (+6 -1) </details> ### 📄 Description Added a wrapper for csv reader used in imports so it can support reading unicode CSV data. This make it possible for all csv imports in netbox to support special characters like æøå. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
adam added the pull-request label 2025-12-29 22:19:27 +01:00
adam closed this issue 2025-12-29 22:19:27 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#12067