How to read old FTableRowBase uasset data?

Hi, how to read old FTableRowBase uasset data?
I have an old .uasset DataTable file in source repository.
But, the FTableRowBase struct has been changed a lot, so I can’t read the old .uasset DataTable easily.
I just want to export it as CSV format.