[email protected] wrote:
Exists any tool which export ".purple/logs" html files into some simple database file type (like CSV, XML, DBF)? I'm trying to parse this htmls
I don't know any, but, in general XML is not simple. I'd suggest modifying the source code at points where the source fields are distinct.
but it is very tricky. It's hard to define some regular expressions. It looks like html files are generated only for report view. I need separate info like: user_dent | buddy_ident | time | msg_body. I am writing plugin for managing purple history. I'm storing new messages by catching them by ReceivedImMsg and SentImMsg but I need load old history too.
-- David Woolley Emails are not formal business letters, whatever businesses may want. RFC1855 says there should be an address here, but, in a world of spam, that is no longer good advice, as archive address hiding may not work. _______________________________________________ [email protected] mailing list Want to unsubscribe? Use this link: http://pidgin.im/cgi-bin/mailman/listinfo/support
