I worked on the same project once when the project was completed with FoxPro, and then we ported this project to Java with MySQL.
We had data in Excel sheets or .txt files, so we created the tables as an exact copy of FoxPro data and transferred the data from Excel / CSV / txt to MySQL using the Import Data function.
As soon as we do this, I think that you can take care of MySQL Data later.
But remember that the work will take some time, and we need to be patient.
source share