![]() |
![]()
| ![]() |
![]()
NAMEsqlw_import - import a Field:Value datafile into an SQLite database. VERSIONversion 0.1601 SYNOPSISsqlw_import --help | --manpage | --version sqlw_import --datafile datafile [--row_delim string ] --sqlitedb dbfile --table table DESCRIPTIONThis script inserts the contents of a Field:Value format datafile into a table in an SQLite database. The table and the database must have already been created. OPTIONS
CONVERSIONField:Value FormatThe input data file is in the form of Field:Value pairs, with each record separated by a line with '=' on it. SQLiteThis script expects both the SQLite database and the destination table to have already been created. The table is expected to have the same column names as the fields in the FieldVals file. REQUIRESGetopt::Long Pod::Usage Getopt::ArgvFile SQLite::Work SEE ALSOperl(1) Getopt::Long Getopt::ArgvFile Pod::Usage BUGSPlease report any bugs or feature requests to the author. AUTHORKathryn Andersen (RUBYKAT) perlkat AT katspace dot com http://www.katspace.com COPYRIGHT AND LICENCECopyright (c) 2004 by Kathryn Andersen This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
|