You are here

README.txt in Taxonomy CSV import/export 6.3


                      TAXONOMY CSV IMPORT/EXPORT
                      ==========================


-- SUMMARY --
  ---------

This module allows to import or export taxonomy from or to a CSV
(comma-separated values) local or distant file or a copy-and-paste text.

When you want to import a vocabulary, a taxonomy, a structure or a simple list
of terms in your Drupal site, you have three main choices: migration modules,
Taxonomy XML and Taxonomy CSV.

For migration modules, see http://groups.drupal.org/node/21338 and
http://groups.drupal.org/soc-2006-import-export-api.

Taxonomy XML (http://drupal.org/project/taxonomy_xml) is perfect for
standardized taxonomies and vocabularies importation. Despite its name, it can
import csv files too, but only if they are ISO 2788 formatted.

When you want to quick import a non-standardized vocabulary, for example an
old thesaurus or a simple list of children, synonyms, related terms,
descriptions or weights of a set of terms, Taxonomy CSV is simpler to use.

Other modules are available such as Taxonomy batch operations
(http://drupal.org/project/taxonomy_batch_operations). It has only Drupal 4.7
and Drupal 5 releases. Drupal 6 release exists too, but it's an unofficial one.

For export, you can use Taxonomy XML too or one of backup modules. Taxonomy CSV
is a more specialised tool which allows more precise tuning.

For a full description of the module, visit the project page:
  http://drupal.org/project/taxonomy_csv

To submit bug reports and feature suggestions, or to track changes:
  http://drupal.org/project/issues/taxonomy_csv

See Advanced help in Help > Taxonomy CSV import/export for updated help.


-- WARNING --
  ---------

Use at your risk. Even if many informations are displayed, taxonomy_csv module
does not tell you what it's gonna do before it's doing it, so make sure you have
a backup so you can roll back if necessary.

It's recommended to use the "autocreate" or the "duplicate vocabulary" choices
to check your csv file before import in a true vocabulary.


-- TROUBLESHOOTING --
  -----------------

See online issues:
  http://drupal.org/project/issues/taxonomy_csv


-- FAQ --
  -----

See Advanced help in Help > Taxonomy CSV import/export.

See technical infos in TECHINFO.txt.


-- CONTACT --
  ---------

Current maintainers:
* Daniel Berthereau (Daniel_KM) => http://drupal.org/user/428555
* Dennis Stevense (naquah)      => http://drupal.org/user/26342

First version has been written by Dennis Stevense (naquah).
Major rewrite 6.x-2.0 and subsequents by Daniel Berthereau (Daniel_KM).

First version of the project has been sponsored by
* The Site Mechanic (http://www.thesitemechanics.com)

File

README.txt
View source
  1. TAXONOMY CSV IMPORT/EXPORT
  2. ==========================
  3. -- SUMMARY --
  4. ---------
  5. This module allows to import or export taxonomy from or to a CSV
  6. (comma-separated values) local or distant file or a copy-and-paste text.
  7. When you want to import a vocabulary, a taxonomy, a structure or a simple list
  8. of terms in your Drupal site, you have three main choices: migration modules,
  9. Taxonomy XML and Taxonomy CSV.
  10. For migration modules, see http://groups.drupal.org/node/21338 and
  11. http://groups.drupal.org/soc-2006-import-export-api.
  12. Taxonomy XML (http://drupal.org/project/taxonomy_xml) is perfect for
  13. standardized taxonomies and vocabularies importation. Despite its name, it can
  14. import csv files too, but only if they are ISO 2788 formatted.
  15. When you want to quick import a non-standardized vocabulary, for example an
  16. old thesaurus or a simple list of children, synonyms, related terms,
  17. descriptions or weights of a set of terms, Taxonomy CSV is simpler to use.
  18. Other modules are available such as Taxonomy batch operations
  19. (http://drupal.org/project/taxonomy_batch_operations). It has only Drupal 4.7
  20. and Drupal 5 releases. Drupal 6 release exists too, but it's an unofficial one.
  21. For export, you can use Taxonomy XML too or one of backup modules. Taxonomy CSV
  22. is a more specialised tool which allows more precise tuning.
  23. For a full description of the module, visit the project page:
  24. http://drupal.org/project/taxonomy_csv
  25. To submit bug reports and feature suggestions, or to track changes:
  26. http://drupal.org/project/issues/taxonomy_csv
  27. See Advanced help in Help > Taxonomy CSV import/export for updated help.
  28. -- WARNING --
  29. ---------
  30. Use at your risk. Even if many informations are displayed, taxonomy_csv module
  31. does not tell you what it's gonna do before it's doing it, so make sure you have
  32. a backup so you can roll back if necessary.
  33. It's recommended to use the "autocreate" or the "duplicate vocabulary" choices
  34. to check your csv file before import in a true vocabulary.
  35. -- TROUBLESHOOTING --
  36. -----------------
  37. See online issues:
  38. http://drupal.org/project/issues/taxonomy_csv
  39. -- FAQ --
  40. -----
  41. See Advanced help in Help > Taxonomy CSV import/export.
  42. See technical infos in TECHINFO.txt.
  43. -- CONTACT --
  44. ---------
  45. Current maintainers:
  46. * Daniel Berthereau (Daniel_KM) => http://drupal.org/user/428555
  47. * Dennis Stevense (naquah) => http://drupal.org/user/26342
  48. First version has been written by Dennis Stevense (naquah).
  49. Major rewrite 6.x-2.0 and subsequents by Daniel Berthereau (Daniel_KM).
  50. First version of the project has been sponsored by
  51. * The Site Mechanic (http://www.thesitemechanics.com)