diff options
author | David Cabo <david@calibea.com> | 2011-09-13 18:37:38 +0200 |
---|---|---|
committer | David Cabo <david@calibea.com> | 2011-09-13 18:37:38 +0200 |
commit | e01e3811e158d50a3e98ef04b1ef7542f5317f45 (patch) | |
tree | 76b309976ab6db937493ac51a38ebae65e00b29a /spec/fixtures | |
parent | 928d8fe3d8885a6903db6ab331e3641e33cc0e59 (diff) |
Add support for tags to CSV import, via field "tag_string" (issue #60)
Diffstat (limited to 'spec/fixtures')
-rw-r--r-- | spec/fixtures/files/fake-authority-type-with-field-names.csv | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/spec/fixtures/files/fake-authority-type-with-field-names.csv b/spec/fixtures/files/fake-authority-type-with-field-names.csv index 9e82308fb..a4247dced 100644 --- a/spec/fixtures/files/fake-authority-type-with-field-names.csv +++ b/spec/fixtures/files/fake-authority-type-with-field-names.csv @@ -1,4 +1,4 @@ -#id,request_email,name,name.es,home_page -,north_west_foi@localhost,North West Fake Authority,Autoridad del Nordeste,http://northwest.org -,scottish_foi@localhost,Scottish Fake Authority,Autoridad Escocesa,http://scottish.org -,ni_foi@localhost,Fake Authority of Northern Ireland,Autoridad Irlandesa +#id,request_email,name,name.es,tag_string,home_page +,north_west_foi@localhost,North West Fake Authority,Autoridad del Nordeste,,http://northwest.org +,scottish_foi@localhost,Scottish Fake Authority,Autoridad Escocesa,scottish,http://scottish.org +,ni_foi@localhost,Fake Authority of Northern Ireland,Autoridad Irlandesa,fake aTag |