Tried the importer that was posted a few pages back and ran into some problems with it which Wonko the Sane corrected and you will find reflected in the attached file.
1. Run this query in php my admin to rename your original ryangel journal tables so we still have them in case something goes wrong. If your using a table prefix, you'll need to add that to the query below.
PHP Code:
ALTER TABLE journal RENAME old_journal;
ALTER TABLE journal_comments RENAME old_journal_comments;
ALTER TABLE journal_entry RENAME old_journal_entry;
2. Upload file in admincp and run it. It's already set to use the "old_" prefix we set above.
Thanks to nsanden who made the importer in the first place.