PG Offline

PG Offline => I need Help ! => Topic started by: Wilson Logan on November 29, 2014, 08:35:12 PM

Title: Exporting messages to text
Post by: Wilson Logan on November 29, 2014, 08:35:12 PM
 
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.
Title: Re: Exporting messages to text
Post by: casstk on December 14, 2015, 07:37:26 PM
I should start by saying I know nothing about MySQL. I wanted to try this and downloaded the program.

My first step was to "specify the database". I only saw one option which is Import which worked until I got to the "Add target tables to import table" - then it greyed out  at "Set Source file options".  So clearly I had down the "specifying" incorrectly.

Edited: doh, used the Export function, loaded the database that way and was able to export. The messages appear in html which has me trying to figure how to load them into a more readable format.
Title: Re: Exporting messages to text
Post by: Wilson Logan on April 19, 2016, 11:43:07 AM
Update:

There exists now functionality to export messages as text.

You can export messages as pipe delimited plain text  or  pipe delimited HTML   or as an SQL Dump.

Right click on the group name in the groups list and choose "Export Messages" from the context menu.

It is the last (bottom) option in the list.

Cheers,

Wilson.
Title: Re: Exporting messages to text
Post by: casstk on April 19, 2016, 11:55:06 PM
Thanks for adding this.  we're testing it right now.
Title: Re: Exporting messages to text
Post by: Wilson Logan on April 20, 2016, 01:38:16 PM
Any problems... get back to me.

Cheers,

Wilson.