- 发行说明
- 入门指南
- 安装
- 配置
- 集成
- 身份验证
- Working with Apps and Discovery Accelerators
- AppOne 菜单和仪表板
- AppOne 设置
- TemplateOne 1.0.0 菜单和仪表板
- TemplateOne 1.0.0 设置
- TemplateOne menus and dashboards
- TemplateOne 2021.4.0 设置
- Purchase to Pay Discovery Accelerator 菜单和仪表板
- 购买到付款 Discovery Accelerator 设置
- Order to cash Discovery Accelerator 菜单和仪表板
- “订单到现金” Discovery Accelerator 设置
- Basic Connector for AppOne
- SAP Connectors
- 适用于 AppOne 的 SAP 订单到现金连接器
- 适用于 AppOne 的 SAP 采购到付款连接器
- SAP Connector for Purchase to Pay Discovery Accelerator
- SAP Connector for Order-to-Cash Discovery Accelerator
- Superadmin
- 仪表板和图表
- 表格和表格项目
- 应用程序完整性
- How to ....
- 使用 SQL 连接器
- Introduction to SQL connectors
- Setting up a SQL connector
- CData Sync extractions
- Running a SQL connector
- Editing transformations
- 释放 SQL 连接器
- Scheduling data extraction
- Structure of transformations
- Using SQL connectors for released apps
- Generating a cache with scripts
- Setting up a local test environment
- Separate development and production environments
- 实用资源
Process Mining 用户指南
简介
要使用基本连接器,您必须将数据加载到基本连接器中。这可以是.csv文件,但也可以以其他文件类型读取。
必填属性和可选属性
您的输入数据文件可以具有不同的属性或不同的属性名称。但是,使用 AppOne 时必须具备一些属性,这意味着输入数据文件中必须提供数据,才能使 AppOne 正常工作。必需属性包括:
- 活动
- Case ID
- Event end
此数据可能在您的输入文件中以其他方式提供。例如,可以通过组合日期属性和包含事件结束数据的时间属性来计算结束事件。
可选属性可用于在AppOne中获取更详细的视图。
在基本连接器的表格中,属性按必填属性和可选属性进行分组。
Uploading a data file to the server
Follow these steps to upload an input data file to the UiPath Process Mining server.
| 步骤 | 操作 |
|---|---|
| 1 | Go to the Superadmin Server Data tab. |
| 2 | Right click in the files panel and select New folder…. |
| 3 | 输入文件夹的名称,例如Connector data ,然后单击“确定” 。 |
| 4 | 右键单击新文件夹,然后选择“上传文件…”。 |
| 5 | Drag the input data file onto the Upload File dialog and click on OK to upload the data file to the server. |
数据文件将上传到服务器。
如果您预计此文件夹会及时增长(例如因为您可能要为其他流程或客户创建数据集),请根据与其相关的流程或客户命名文件夹。这将使您的服务器数据井井有条,您以后无需更改该文件夹的名称。
将数据文件加载到基本连接器中
请按照以下步骤将数据加载到基本连接器中。
假定您使用的是基本连接器 - 单文件(用于单文件路径) 。可以通过类似方式使用“ BasicConnector-TwoFiles” ,但您必须为“案例”和“事件”上传单独的文件。
| 步骤 | 操作 |
|---|---|
| 1 | 以开发者身份打开基本连接器。 注意:由于没有与此应用程序关联的数据,因此系统会显示错误消息。单击“确定”以关闭消息。 |
| 2 | 转到“数据”选项卡。 |
| 3 | 双击 Cases_events_input 表格。 |
| 4 | 将filename setting更改为filename=Connector data\)\)[yourdatafile].csv ,例如CaseandEvent.csv 。 |
| 5 | Click on OK to load the data. |
将.csv数据文件加载到基本连接器时,识别为正确定义的属性将自动映射到基本连接器中的相应属性(例如,文件名、字符串和 )。
但是,也可以检测新属性。必须将这些属性映射到基本连接器中的适当属性,以使数据可在AppOne中使用。