.cvs 到 .ctt 转换

发布于 2024-11-24 04:10:53 字数 129 浏览 0 评论 0原文

大家好,

我想知道如何从 .cvs 文件写入 .ctt 文件?它与 msn 联系人列表有关。 hotmail 可与 .cvs 配合使用 msn 可与 .ctt 配合

使用 这是否有可能?

谢谢你!

Goodday all,

I want to know how i can write a .ctt file from a .cvs file? it has to do with the msn contact list. hotmail works with .cvs msn works with .ctt

is this possible in any way?

Thank you!

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

微凉徒眸意 2024-12-01 04:10:53

.CTT 文件只是 XML 格式的文本文件。 Outlook 可以以多种格式输出,包括 .CSV 格式(不是 CVS)。

您可以使用 TJvCsvDataSet(Delphi Jedi VCL 库中的一个组件)加载 CSV 文件,并使用 OmniXML 或 Delphi 中的 MSXML 将其以带有 .CTT 文件扩展名的 XML 格式写入。

The .CTT file is just a text file in XML format. Outlook can output in several formats including .CSV format (not CVS).

You can load a CSV file up using TJvCsvDataSet (a component in the Delphi Jedi VCL library), and write it out in XML with a .CTT file extension, using OmniXML or with MSXML in Delphi.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文