You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

24 lines
1.1 KiB

  1. # FAQ
  2. ## I can't upload my data
  3. Please check the following list.
  4. - File encoding: `UTF-8` is appropriate.
  5. - Filename: alphabetic file name is suitable.
  6. - File format selection: File format radio button should be selected properly.
  7. - When you are using JSON/JSONL: Confirm JSON data is valid.
  8. - You can use [JSONLint](https://jsonlint.com/) or some other tool (when JSONL, pick one data and check it).
  9. - When you are using CSV: Confirm CSV data is valid.
  10. - You can use Excel or some tools that have import CSV feature.
  11. - Lack of line: Data file should not contain blank line.
  12. - Lack of field: Data file should not contain blank field.
  13. **You don't need your real & all data to validate file format. The picked data & masked data is suitable if your data is large or secret.**
  14. ## I want to add annotators
  15. 1. Add a user from [Django Admin site](https://djangobook.com/django-admin-site/).
  16. ![Add a user](./images/faq/add_user.png)
  17. 2. Add the user to the project in the member page(`/projects/{project_id}/members`).
  18. 3. **Logout from Django Admin site.** [You'll face login error without logout of Django Admin site](https://github.com/doccano/doccano/issues/723).