On Sat, 4 Aug 2018, Richard Owlett wrote:
I've some SQLite files (internal to SeaMonkey) which I wish to examine. If I can convert to CSV any spreadsheet program will allow me to delete irrelavant columns. Then export to CSV and import to Cherrytree for manipulation.
Start sqlite3 <filename>. At the prompt use .help for all help and use .mode csv to look at the data in that format. You can also .save the in-memory file to disk. HTH, Rich _______________________________________________ PLUG mailing list [email protected] http://lists.pdxlinux.org/mailman/listinfo/plug
