PG Offline

PG Offline => Version 4 Beta => Topic started by: sanpats on November 19, 2014, 08:37:13 AM

Title: Export problem
Post by: sanpats on November 19, 2014, 08:37:13 AM
I tried to export my messages from a group, about 3,000+ messages. PG Offline only export some messages (about 900+), and it seem to be random on which message to export (2 then 4 then 6 then 9 etc). I use latest version. In previous version this didn't happen....
Title: Re: Export problem
Post by: Wilson Logan on November 23, 2014, 11:16:44 AM
Export is broken.

If you need to export messages urgently, install SQLite Manager and export the message by opening the messages database directly:

http://www.sqlabs.com/sqlitemanager.php

Cheers,

Wilson.
Title: Re: Export problem
Post by: Wilson Logan on November 30, 2014, 11:28:18 AM
This is a better solution if you want Text files out of PGO.

I have been able to do it with SQLite Data Wizard.

http://www.sqlmaestro.com/products/sqlite/datawizard/download/distribution/

You have to specify a database, then the table (group_message), then fields of the table (actual text is in 'content' field) and for BLOBS you have to specify the maximum length (I set it to 1200).

I chose pipe delimited text output and it worked fine.

Cheers,

Wilson.