/[drupal]/contributions/modules/taxonomy_csv/README.txt
ViewVC logotype

Contents of /contributions/modules/taxonomy_csv/README.txt

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 2.7 - (show annotations) (download)
Tue Oct 20 20:21:44 2009 UTC (5 weeks ago) by danielkm
Branch: MAIN
CVS Tags: HEAD
Changes since 2.6: +11 -9 lines
File MIME type: text/plain
By Daniel Berthereau: Added export of terms and vocabularies.
1 /* $Id: README.txt,v 2.6 2009/09/23 14:21:04 danielkm Exp $ */
2
3
4 TAXONOMY CSV IMPORT/EXPORT
5 ==========================
6
7
8 -- SUMMARY --
9 ---------
10
11 This module allows to import or export taxonomy from or to a CSV
12 (comma-separated values) local or distant file or a copy-and-paste text.
13
14 When you want to import a vocabulary, a taxonomy, a structure or a simple list
15 of terms in your Drupal site, you have three main choices: Taxonomy XML,
16 Taxonomy batch operations and Taxonomy CSV.
17
18 Taxonomy XML (http://drupal.org/project/taxonomy_xml) is perfect for
19 standardized taxonomies and vocabularies importation. Despite its name, it can
20 import csv files too, but only if they are ISO 2788 formated.
21
22 Taxonomy batch operations (http://drupal.org/project/taxonomy_batch_operations)
23 has only Drupal 4.7 and Drupal 5 versions. Drupal 6 version exists too, but it's
24 an unofficial one.
25
26 So when you want to quick import a non-standardized vocabulary, for example an
27 old thesaurus or a simple list of children, synonyms, related terms,
28 descriptions or weights of a set of terms, Taxonomy CSV is simpler to use.
29
30 For export, you can use Taxonomy XML too or one of backup modules. Taxonomy CSV
31 is a more specialised tool which allows more precise tuning.
32
33 For a full description of the module, visit the project page:
34 http://drupal.org/project/taxonomy_csv
35
36 To submit bug reports and feature suggestions, or to track changes:
37 http://drupal.org/project/issues/taxonomy_csv
38
39 See Advanced help in Help > Taxonomy CSV import/export for updated help.
40
41
42 -- WARNING --
43 ---------
44
45 Use at your risk. Even if many informations are displayed, taxonomy_csv module
46 does not tell you what it's gonna do before it's doing it, so make sure you have
47 a backup so you can roll back if necessary.
48
49 It's recommended to use the "autocreate" or the "duplicate vocabulary" choices
50 to check your csv file before import in a true vocabulary.
51
52
53 -- TROUBLESHOOTING --
54 -----------------
55
56 See online issues:
57 http://drupal.org/project/issues/taxonomy_csv
58
59
60 -- FAQ --
61 -----
62
63 See Advanced help in Help > Taxonomy CSV import/export.
64
65
66 -- CONTACT --
67 ---------
68
69 Current maintainers:
70 * Daniel Berthereau (Daniel_KM) => http://drupal.org/user/428555
71 * Dennis Stevense (naquah) => http://drupal.org/user/26342
72
73 First version has been written by Dennis Stevense (naquah).
74 Major rewrite 6.x-2.0 and subsequents by Daniel Berthereau (Daniel_KM).
75
76 First version of the project has been sponsored by
77 * The Site Mechanic (http://www.thesitemechanics.com)

  ViewVC Help
Powered by ViewVC 1.1.2