Forum Moderators: open
I have looked around and I haven't found a good conversion tool yet. So I will probably the conversion myself with some home brewn tools. What should be the best approach: trying to reverse engineer the database file with help of the limited file format information I have found, or dump all records in a large TXT file and create a hand full of text conversion scripts (with AWK and alike) to convert the info to .sql files that can be imported in MySQL?
I am affraid the real challenge comes after this data has been imported in the SQL database as it has to be linked to other data already imported there from other sources. Linking the appropriate fields to fields in other tables and setting up proper foreign keys to remain data integrity in the future will probably take the most time. We are talking of nearly 15000 records, so cross linking them by hand may take some time :)