Is there a tool to copy data from one Topspeed file to another?

Currently I’ve got two versions of an application, one had a temporary key added, sadly due to this, the data file cannot be opened in the other version due to the file version being changed - is there a Topspeed tool which I can use to copy over the data from this new version of the file, to the normal one which didn’t have the key added? The columns are the same - the versions are created by the Data Version Control extension.

You can always write your own utility with valid table definitions for both.

There is TopCopy in your Clarion bin folder. I haven’t used it in 20 years, so don’t really recall it’s capabilities.

TopScan (also in your Clarion bin folder) has an export function. You could export the data from one of the files and the write an import to pull that data into the other file.

perhaps you could ask claude to make you an export tool based on this GitHub - msarson/TpsParser: Reads encrypted and unencrypted TPS files. · GitHub