Forum Discussion
mboyce
6 years agoContributor
AlexKaras Thanks for the suggestion! I opened the table file (Stores/Tables/tableName.tcTbl) in notepad++, which is an xml, but the table data itself is not readable.
AlexKaras
6 years agoCommunity Hero
Hi,
> but the table data itself is not readable.
Yes... Though I hope that data is just encoded using some common algorithm.
You may try to copy cell's data from the file into clipboard and then check if the copied data can be decoded using, for example, Fiddler tool and its Tools|Text Wizard dialog.