diff options
author | David Cabo <david@calibea.com> | 2011-09-13 18:40:13 +0200 |
---|---|---|
committer | David Cabo <david@calibea.com> | 2011-09-13 18:40:13 +0200 |
commit | f4282090240e557f4a1515573bb7ccfcbef8f7f7 (patch) | |
tree | ab77bb2a36bd04756891fa607cd886cab2105457 | |
parent | e01e3811e158d50a3e98ef04b1ef7542f5317f45 (diff) |
Update CSV import description in view to cover tags (issue #60)
-rw-r--r-- | app/views/admin_public_body/import_csv.rhtml | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/app/views/admin_public_body/import_csv.rhtml b/app/views/admin_public_body/import_csv.rhtml index 8bdc5e3f2..1523ef289 100644 --- a/app/views/admin_public_body/import_csv.rhtml +++ b/app/views/admin_public_body/import_csv.rhtml @@ -28,13 +28,13 @@ </p> <blockquote> - #id,name,request_email,name.es<br/> - 1,An Authority,a@example.com,Un organismo<br/> - 2,Another One,another@example.com,Otro organismo<br/> + #id,name,request_email,name.es,tag_string<br/> + 1,An Authority,a@example.com,Un organismo,a_tag another_tag<br/> + 2,Another One,another@example.com,Otro organismo,a_tag<br/> </blockquote> - <p>Supported files: name (i18n), short_name (i18n), request_email (i18n), notes (i18n), - publication_scheme (i18n), home_page.</p> + <p>Supported fields: name (i18n), short_name (i18n), request_email (i18n), notes (i18n), + publication_scheme (i18n), home_page, tag_string (tags separated by spaces).</p> <p><strong>Note:</strong> Choose <strong>dry run</strong> to test, without actually altering the database. Choose <strong>upload</strong> to actually |