From 46df652a141bb3fb70a469fe50ae09bc21c8949f Mon Sep 17 00:00:00 2001
From: "serhii.nechyporchuk"
Date: Wed, 26 Dec 2018 15:43:29 +0200
Subject: [PATCH] iss45: update texts for importing to be more honest about csv
format
---
app/server/templates/admin/dataset_upload.html | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/app/server/templates/admin/dataset_upload.html b/app/server/templates/admin/dataset_upload.html
index b8c0458b..169ebf6a 100644
--- a/app/server/templates/admin/dataset_upload.html
+++ b/app/server/templates/admin/dataset_upload.html
@@ -20,7 +20,7 @@
To annotate texts, you first need to import a set of text items to annotate it.
- TXT file: each line should contain a text.
+ CSV file: file must contain a header with a text column or be one-column csv file.
JSON file: each line should contain a json object with at least one key 'text', which contains a text.