process-mining
latest
false
- 发行说明
- 在开始之前
- 管理访问权限
- 入门指南
- 集成
- 使用流程应用程序
- 创建应用程序
- 正在加载数据
- Transforming data
- 自定义流程应用程序
- 发布流程应用程序
- 应用程序模板
- 通知
- 其他资源
重要 :
请注意,此内容已使用机器翻译进行了部分本地化。
新发布内容的本地化可能需要 1-2 周的时间才能完成。

Process Mining
上次更新日期 2025年11月26日
请按照以下步骤配置提取脚本。
-
转到“ 应用程序模板 ”页面,然后打开应用程序模板的文档页面。
-
找到 使用 Theobald Xtract Universal 加载数据 部分,然后下载应用程序模板的
extract_theobald.zip文件。 此extract_theobald.zip文件包含extract_theobald.ps1脚本和config.json文件。 -
在安装了 Theobald Xtract Universal 的服务器上解压
extract_theobald.zip文件的内容。 -
如下表中所列,在
config.json中为脚本配置变量。
|
变量 |
描述 |
|---|---|
|
|
Xtract Universal 安装文件夹。 您可以在此文件夹中找到
xu.exe。 例如: C:\\MyFolder。
|
|
|
安装 Xtract Universal 的服务器的地址。 默认值为
localhost 。
|
|
|
安装 Xtract Universal 的服务器的端口。 安装的默认端口为
8065 。
|
|
|
需要将提取的数据上传到的 Azure Blob 存储的 SAS URI。 请参阅检索 Azure Blob 存储的凭据。 |
|
| 上传所有数据后,在 Process Mining 中启动数据处理时调用的 API。 |
extraction_start_date )* |
用于限制提取的开始日期。 仅在此日期筛选应用了日期筛选器的表格。 格式为
YYYYMMDD。 默认情况下无限制,开始日期 19700101指示。
备注:
|
extraction_end_date )* |
用于限制提取的结束日期。 仅在此日期筛选应用了日期筛选器的表格。 格式为
YYYYMMDD。 默认情况下,结束日期 20991231指示无限制。
备注:
|
|
|
从源系统中提取数据所用的语言。 默认为
E。
|
|
|
用于货币转换的汇率类型。 默认为
M。
|
|
|
指定源系统是否为 SAP HANA。由于聚集表的原因,其他版本的 SAP 可能会在提取时提供错误。默认值为
true 。
|
process_code | Defines the prefix of the extraction name that is used for the extraction in Theobald. You can accept the default value. |
extraction_type | Defines the extraction type used for the extraction. Possible values: full, incremental.
Note: Check out Incremental extraction for more information on how to configure incremental extraction for Theobald Xtract Universal.
|
extraction_tables_incremental | Enables you to specify the tables used for incremental extraction.
Important: Make sure to configure incremental extraction for the (transactional) tables in Xtract Universal Designer and in the input data mapping in Process Mining. Check out Incremental extraction for more information.
备注:
|
*)要更完整地了解所有事件,建议设置
extraction_start_date和extraction_end_date ,以便间隔超过业务流程已知吞吐时间的两倍。