add a note about file encoding

This commit is contained in:
Oliver Walters 2019-09-02 17:46:42 +10:00
parent 37507f2b43
commit 90254d1572

View File

@ -30,4 +30,7 @@ Import Data
The new database should now be correctly initialized with the correct table structures requried to import the data.
``python3 InvenTree/manage.py loaddata data.json``
``python3 InvenTree/manage.py loaddata data.json``
.. important::
If the character encoding of the data file does not exactly match the target database, the import operation may not succeed. In this case, some manual editing of the data file may be required.