data-service
latest
false
- 入门指南
- 许可
- 设置和配置
- Using the service
- 参考
- Examples and tutorials
- 在项目中使用实体
- 在实体记录中上传文件字段
- 在实体记录中下载文件字段
- 使用批处理活动从 CSV 上传数据
使用批处理活动从 CSV 上传数据
重要 :
请注意,此内容已使用机器翻译进行了部分本地化。
新发布内容的本地化可能需要 1-2 周的时间才能完成。

Data Fabric user guide
上次更新日期 2025年6月10日
使用批处理活动从 CSV 上传数据
批处理活动接受实体记录的
List<T>
作为输入并将其作为输出返回,以创建、更新或删除多个项目。
这些活动在单个调用中最多可接受 1,000 个记录,并且每个活动调用都将计为服务使用配额的一次调用。
To understand how to use batch activities in Data Fabric, download the example below and follow the steps in this tutorial. The example creates 50 records for an entity via 2 batch activity calls.
要运行下载的示例,请执行以下操作:
- 连接到 UiPath 组织。
- Make sure Data Fabric is enabled in your tenant.
- 创建该示例中的实体。
- 将相应的 Orchestrator 租户连接到 UiPathTM 机器人。
包含批处理活动的工作流通常包括一个“遍历循环”,用于循环访问记录列表并填充
List<T>
列表变量。然后,该变量将作为输入传递到批处理活动。
The
States.csv
file contains the records that the batch activity adds to your Data Fabric entity.
要运行批处理活动,请创建一个与您的数据具有相同字段的实体。