【问题标题】:How to open and convert .D0# files如何打开和转换 .D0# 文件
【发布时间】:2014-02-18 13:44:19
【问题描述】:

我有一个真正的硬汉。我有一些 .D0#(如 .D01、.D02 等)格式的旧数据文件。我不知道这些是如何生成的,也不知道如何将它们提取为 CSV 或简单的东西。如果我将它们作为文本打开,一些字符串在那里,但我对编码没有感觉。

任何帮助都会挽救生命!

以下是此类文件示例的共享链接:

https://www.dropbox.com/sh/wx0k997p6td38l2/KFtp4SieZ1

谢谢 瑞恩

【问题讨论】:

    标签: database format legacy


    【解决方案1】:

    好的,使用 HxD(Windows 的十六进制编辑器)我从文件的开头得到以下内容:

    V5.00  Copyright (C) by Compulife Software Inc., 1993
    

    谷歌搜索 Compulife Software 带我 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 位编码。

    我现在就开始充电。

    【讨论】:

      猜你喜欢
      • 2017-05-12
      • 1970-01-01
      • 2021-12-04
      • 1970-01-01
      • 1970-01-01
      • 2014-08-28
      • 2017-09-14
      • 1970-01-01
      • 2014-09-20
      相关资源
      最近更新 更多