dfsqlite-pilottodo(1) convert a gpe-todo sqlite database into pilot-qof data

DATAFREEDOM

These scripts developed from the 'pilot-qof' package but now include support for other packages and formats and will continue to be extended along the lines of http://www.data-freedom.org/ - liberating user data from the application. Therefore, the datafreedom scripts use a 'df' prefix.

The scripts continue to be developed within the pilot-qof CVS until such time as the scripts are sufficiently cohesive to form a new source package.

Please feel free to contribute any of your own scripts, under the provisions of the GNU General Public Licence v3 or later, via the QOF-devel mailing list. http://lists.sourceforge.net/lists/listinfo/qof-devel

VERSION

Version 0.0.2

SYNOPSIS


dfsqlite-pilottodo FILENAME
dfsqlite-pilottodo --xml
dfsqlite-pilottodo -h|--help|--version

DESCRIPTION

dfsqlite-pilottodo read a SQLite file created by gpe-todo and prepares a sqlite database suitable for pilot-qof. Optionally, print a QSF XMl file to stdout instead.

If the default SQLite is used and the sqlite database already exists, data from gtodo will be inserted into the database as new records.

Currently, there is no method to identify matching records reliably, so updating an existing SQLite database is not supported.

Depends on libdbd-sqlite2-perl and libdbi-perl

AUTHOR

Neil Williams, "<codehelp at debian.org>"

BUGS

Please report bugs via the pilot-qof package, either in the Debian BTS or via SourceForge trackers.

COPYRIGHT & LICENSE

  Copyright 2007 Neil Williams.
  This program is free software; you can redistribute it and/or modify
  it under the terms of the GNU General Public License as published by
  the Free Software Foundation; either version 3 of the License, or
  (at your option) any later version.
  This program is distributed in the hope that it will be useful,
  but WITHOUT ANY WARRANTY; without even the implied warranty of
  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  GNU General Public License for more details.
  You should have received a copy of the GNU General Public License
  along with this program.  If not, see <http://www.gnu.org/licenses/>.