Mercurial > p > roundup > code
changeset 6216:9d3b4472a47d
Add doc for importtables.
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Wed, 01 Jul 2020 12:56:17 -0400 |
| parents | af372b9372f6 |
| children | 10d7700ff6ad |
| files | share/man/man1/roundup-admin.1 |
| diffstat | 1 files changed, 11 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/share/man/man1/roundup-admin.1 Mon Jun 29 11:59:12 2020 -0400 +++ b/share/man/man1/roundup-admin.1 Wed Jul 01 12:56:17 2020 -0400 @@ -128,6 +128,17 @@ create a new database using the imported data, then create a new database (or, tediously, retire all the old data). See also export. .TP +\fBimporttables\fP \fIimport_dir\fP +Import a database from the directory containing CSV files, +two per class to import. + +The imported nodes will have the same nodeid as defined in the +import file, thus replacing any existing content. + +This only imports database tables. It does not import files/message +content. It is used to import data exported by exporttables. See also +exporttables. +.TP \fBinitialise\fP \fI[adminpw]\fP Initialise a new Roundup tracker.
