Having imported a text file (containing variable length records with
delimiters) which resulted in over 200 field names being created,
rather foolishly, I then renamed all those fields to
provide a meaningful name for each item of data.

Unfortunately I now need to use that same table description for a
vast number of other files I will have to import.

Ideally I would like now to be able to create a import/export
specification from that initial table; is that possible ?

Alternatively, would it be possible to use something like Link Table
to achieve the same effect ?