diff options
author | Silvio <silvio@socioambiental.org> | 2009-09-28 12:24:00 -0300 |
---|---|---|
committer | Silvio <silvio@socioambiental.org> | 2009-09-28 12:24:00 -0300 |
commit | 2cdde905f5f8692ba4bcad2bd66642663f1572b3 (patch) | |
tree | 61d58a78f6d16c40264daa7b1f48c867e6d2868f /README | |
download | node_import_truncate-2cdde905f5f8692ba4bcad2bd66642663f1572b3.tar.gz node_import_truncate-2cdde905f5f8692ba4bcad2bd66642663f1572b3.tar.bz2 |
Initial import
Diffstat (limited to 'README')
-rw-r--r-- | README | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -0,0 +1,11 @@ +Node Import Truncate +==================== + +This module adds a final step at the Node Import form so users +can choose whether to erase all nodes of a given content type +before importing new data into it. + +It might be useful in cases like users periodically importing +a CSV spreadsheet with new as well old content: this module can +erase all previous imported data to avoid duplicate content in +the database. |