Hi,
I have been spoiled by either using sql server to store data, or using xml files.
What are common techniques for storing data in flat files other than xml and CSV.
I know many times when I open files that data is all jumbled up, which means it is encoded right?
Are there any common techniques that I could read about somewhere?