Quickbooks 文本格式

发布于 2024-07-25 12:16:10 字数 73 浏览 6 评论 0 原文

我想开始将数据从基于 Web 的系统导出为文本格式,然后导出为可导入 Quickbooks 的格式,执行此操作的最佳文本格式是什么?

I want to start exporting data to a text format from my web based system to a format that can be imported into Quickbooks, what is the best text format for doing this?

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

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

发布评论

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

评论(3

梦旅人picnic 2024-08-01 12:16:10

IIF 文件格式已被 Intuit 弃用,并且存在各种与之相关的问题(它不更新某些会计信息、绕过数据逻辑规则等)。

您最好使用 QuickBooks SDK 构建自动化解决方案或使用 qbXML 格式导出 XML 文件,这些文件可以通过简单的 SDK 应用程序导出到 QuickBooks 中。

您应该查看 QuickBooks SDKIntuit 开发者论坛我的 QuickBooks wiki 了解更多详情。

The IIF file format has been deprecated by Intuit, and has all sorts of problems associated with it (it doesn't update certain accounting information, bypasses data logic rules, etc.).

You'd be better off building an automated solution using the QuickBooks SDK or using the qbXML format to export XML files which can be exported via a simple SDK application into QuickBooks.

You should check out the QuickBooks SDK, Intuit Developer Forums, and my QuickBooks wiki for more details.

苏别ゝ 2024-08-01 12:16:10

IIF 格式正是您所寻找的。 但请注意,以通用方式使用它并不容易。

您可能想考虑与 QuickBooks Web 服务集成,或许还可以通过 Intuit 工作区 推广您的网站

The IIF format is what you are looking for. Be aware, though, that it isn't very easy to work with in a generic way.

You might want to look at integrating with QuickBooks web service instead, and perhaps promoting your site through Intuit's Workspace

烂人 2024-08-01 12:16:10

将数据从 QuickBooks 导出为文本格式,从基于 Web 的系统导出为 .IIF(Intuit 交换格式)文件格式(ASCII 文本)。

这些是 QuickBooks 用于导入/导出列表和导入交易的 CSV 文件。

.IIF 导入和导出实用程序位于 QuickBooks 文件菜单上。

希望对您有所帮助。

One exports data from QuickBooks to a text format from a web based system to a format that is .IIF (Intuit Interchange Format) files which are ASCII text.

These are CSV files that QuickBooks uses to import/export lists and to import transactions.

The .IIF import and export utilities are on the QuickBooks File menu.

Hope it will be helpful for you.

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