使用Scribe进行数据迁移时如何进行条件插入?

发布于 2024-10-02 10:28:22 字数 225 浏览 0 评论 0原文

情况如下:

我有一个 SQL 数据库表,我想将其迁移到 Dynamic CRM 4.0 数据库。有一个表(我们称之为 Table_A )具有特定列(Table_A.Type)。我想根据 Table_A.Type 将表 A 数据迁移到动态中的客户实体或联系人实体中。如果类型为 0,我会将其放入“联系人”,否则如果类型为 1,我会将其放入“帐户”。

如何使用 Scribe Workbench 执行此操作?

Here is the case:

I have an SQL Database table that I want to migrate to a Dynamic CRM 4.0 database. There is a table (let's call it Table_A ) that have a particular column (Table_A.Type). I want to migrate the table A data into either the Account entities or Contact entities in Dynamic depending on the Table_A.Type. If the Type is 0, I'll put it into Contact, else if the Type is 1, I'll put it into Account.

How can I do this using the Scribe Workbench?

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

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

发布评论

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

评论(1

烏雲後面有陽光 2024-10-09 10:28:22

问题已经解决了。我使用公式在迁移流程中添加条件。

The problem already solved. I use formula to put a condition in the migration flow.

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