我有一个真正的强硬。我有一些.D0#(如.D01,.D02等)格式的旧数据文件。我不知道这些是如何生成的,或者如何将它们提取为类似CSV或简单的东西。如果我打开它们作为文本,有些字符串在那里,但我真的不感觉编码。
任何帮助都会挽救生命!
以下是此类文件示例的共享链接:
https://www.dropbox.com/sh/wx0k997p6td38l2/KFtp4SieZ1
由于 莱恩
答案 0 :(得分:1)
好的,好好使用HxD(Windows的十六进制编辑器)我从文件的最开头得到以下内容:
V5.00 Copyright (C) by Compulife Software Inc., 1993
谷歌搜索Compulife软件带我here。他们的产品是here。
更多的挖掘给出了:
Compulife offers an historical CD which contains past editions of our software.
The CD also contains instructions about how to install the past editions,
which are in a zipped format.
The history covers almost every month from the current month back to:
April 1990
1993年的十字转储,所以这里可能会有一些希望。我想说你最好的选择就是自己联系Compulife。如果失败,我可以说该文件似乎具有固定长度的记录格式,其中一些数据为文本,一些数据为其他8或16位编码。
我现在开始收费。