mirror of
https://github.com/jumpserver/jumpserver.git
synced 2025-10-21 07:49:45 +00:00
Fix importing csv bugs (#717)
* Fix exporting csv bugs 1. auto detect the encoding of csv 2. if id in csv is empty, let it equal 0 3. if hostname exists, give up this asset * Add chardet to requirements.txt
This commit is contained in:
@@ -21,3 +21,4 @@ gssapi
|
||||
django-rest-swagger
|
||||
django-auth-ldap
|
||||
ldap3
|
||||
chardet>=3.0.4
|
||||
|
Reference in New Issue
Block a user