如何使用C#在Visual Studio中将.tds和.TDX文件读入XML [英] How to read .tds and .TDX file into XML in visual studio using C#

查看:89
本文介绍了如何使用C#在Visual Studio中将.tds和.TDX文件读入XML的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

任何人都可以帮忙学习如何将.tdx文件与相关的.tds文件一起读入xml



我尝试了什么:



任何人都可以帮助学习如何将带有.tds文件的.tdx文件读入xml 

解决方案

当然。你不能。



如果没有FoxPro的WORKING安装,这个产品已经死了很长时间了,你无法读取该文件。由于您无法读取该文件,因此无法将其中的数据转换为任何其他表示形式,例如XML。


正如您所解释的那样,该文件只能被处理使用FoxPro。同样如上所述,这是一种长期不受支持的产品。扩展支持已于2015年1月13日结束



但是,看起来最后一个版本仍然可以提供帮助和示例文件,所以为什么不尝试一下。看看 Visual FoxPro Home [ ^ ]


阿尔伯特·爱因斯坦可能会说:

疯狂的定义是一遍又一遍地做同样的事情并期待不同的结果。



你问过同一个问题的变体反复出现并且已经得到了答案,再次问这个问题不会得到新的答案。

引用:

任何人都可以帮忙阅读.tdx文件



你可以用任何二进制文本编辑器读取文件。那些编辑器不是通用的,它们是专门的编辑器,通常是程序员。

但是由于文件不是纯文本,你需要解码或解压缩才能理解它,这辆面包车是一项巨大的工作。

Notepad ++ Home [ ^ ]

ultraedit [ ^ ]



[更新]

引用:

你能告诉我如何解码或用二进制文本编辑器读取之后解压缩它

或者其次,对我来说这将是一件好事,如果你能帮我读出一个.tdx文件,我想知道真的知道它结构化和真正的内容是什么



一个大的NO

FoxPro提供了许多导出数据的方法,但obvio usly,.tdx和.tds文件是供FoxPro内部使用的。

这意味着要挖掘iser文档,因为它可能记录不佳,这意味着更多地挖掘技术文档(如果有的话) ),试验玩具应用程序生成文件,你知道它们包含什么,然后分析文件的一些线索。

如果压缩,算法来自拉链压缩前的一个时代,这导致你字面意思数以百计的压缩。由于这些压缩方法已被弃用,可能很难找到源代码或解压缩实用程序。

一旦解压缩,数据可能不是纯文本。



所有这些都会导致数天甚至数周的工作而无法保证成功。没有人会想要免费花费这么多时间。


Can anybody help on how to read .tdx file with associated .tds file into xml

What I have tried:

Can anybody help on how to read .tdx file with associated .tds file into xml 

解决方案

Sure. You can't.

Without having a WORKING installation of FoxPro, a product that's been dead for a LONG time now, you can't read that file. Since you can't read the file, there's no way to convert the data in it to any other representation, like XML.


As you've been explained, the file can only be handled using FoxPro. Also as explained, that is a product that has been unsupported for a long time. The extended support ended 1/13/2015

However, it looks like the last version is still available along with help and sample files so why not give it a try. Have a look at Visual FoxPro Home[^]


Albert Einstein probably said:

The definition of insanity is doing the same thing over and over again and expecting a different result.


You asked variants of the same question repeatedly and already got answers, asking the question once more will not get you new answers.

Quote:

Can anybody help on how to read .tdx file


you can read the file with any binary enabled text editor. Those editors are not general purpose, they are specialized editors, usually for programmers.
But since the file is not plain text, you will need to decode or uncompress it in order to understand it, and this van be a huge work.
Notepad++ Home[^]
ultraedit[^]

[Update]

Quote:

can you give me a clue on how to decode or uncompress it, after reading it with binary text editor
Or secondly, it will be a grate things for me, if u can help me to read out a .tdx file, i want to know really know it structured and what the real content is


A big NO.
FoxPro offers many ways to export data, but obviously, .tdx and .tds files are meant for FoxPro internal use.
This means digging in iser documentation, as it is likely to be poorly documented, this means even more digging in technical documentation (if available), experimenting with toy apps to generate files where you know what they contain, then analyzing the files for some clues.
If compressed, the algorithm comes from an era before the zip compression, which lead you literally to hundreds of flavors of compressions. As those compressions methods are deprecated, it may be difficult to find source code or uncompressing utilities.
Once uncompressed, data may be not in plain text.

All this leads to days or even weeks of work with no guaranty of success. There is no way someone will want to spend such amount of time for free.


这篇关于如何使用C#在Visual Studio中将.tds和.TDX文件读入XML的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆