Recently i have been shared a TBK file dump from a legacy TheOS - POS System. My major objective is to extract the Sales data from this binary file.
I have tried to open the file with notepad and it looks encrypted.
From what i know
- tbk are memo files that FoxPro can understand (on the process of trying this)
- tbk are file format of the DBase System, Database memo backup file
- there is a python libray to parse the DBF files
Questions
- What is a Memo BackUp File ?
- Does the TBK file contain all the data, should i look into parsing it ?
- Should i be looking for a more standard dump file like DBF from the TheOS POS system so i can use the existing Python library to get the data ?
Would really appreciate the help !!