Browsing Tag »data migration«

MS-DOS Dataflex to SQL

July 24, 2008

For a job, I had to migrate an old MS DOS based Dataflex database to PostgresSQL. After a few months, I found a way to get the table structures and the data out of the files. Once I had the data, I wrote a few scripts in Ruby. One of them converts the Dataflex file [...]