创建“导入外部数据” Sitecore 中的管理页面

发布于 2024-10-24 11:36:54 字数 414 浏览 2 评论 0原文

作为由 Sitecore 6.3.1 提供支持的网站开发的一部分,我需要实现一种方法来管理 Sitecore 中几个外部源的数据。

为了实现这一目标,最简单的解决方案似乎是将外部数据作为内容项导入 Sitecore,并使用特殊的工作流程,当它们达到最终状态时将其导出回外部数据源。

我发现这篇文章详细介绍了将数据导入 Sitecore 所需的代码,但我不确定使此功能可访问的最佳方法。

考虑到此过程可能(但不一定)仅在网站完成后完成一次,我可以采取什么方法(页面/Sitecore 项目/shell 应用程序/?)为开发人员用户提供执行导入的方法?

As part of the development for a website powered by Sitecore 6.3.1, I will need to implement a way to manage data from a couple of external sources in Sitecore.

To accomplish this, the simplest solution appears to be to import the external data into Sitecore as content items with a special workflow that will export them back to the external data source when they reach the final state.

I came across this article which details the code required to import data into Sitecore, but I am uncertain as to the best way to make this functionality accessible.

Considering that this process will probably (but not certainly) only be done once after the site is completed, what approach (page/Sitecore item/shell application/?) could I take to provide a way for a developer user to perform the import?

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

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

发布评论

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

评论(1

临风闻羌笛 2024-10-31 11:36:54

有趣的是,Sitecore 类甚至可以在 Sitecore 之外的 Web 表单中使用。我创建了一个单独的 .aspx 文件,并使用 Sitecore.Data.Database.GetDatabase("master") 与 Sitecore 的数据库进行交互。

Interestingly, the Sitecore classes are available even in web forms outside of Sitecore. I created a separate .aspx file and used Sitecore.Data.Database.GetDatabase("master") to interact with Sitecore's database.

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