studio
latest
false
- 入门指南
- 设置和配置
- 自动化项目
- 依赖项
- 工作流类型
- 控制流程
- 文件比较
- 自动化最佳实践
- 源代码控件集成
- 调试
- 日志记录
- 诊断工具
- 工作流分析器
- 变量
- 参数
- 导入的命名空间
- 编码自动化
- 基于触发器的 Attended 自动化
- 录制
- 用户界面元素
- 选取器
- 对象存储库
- 数据抓取
- 图像与文本自动化
- Citrix 技术自动化
- RDP 自动化
- VMware Horizon 自动化
- Salesforce 自动化
- SAP 自动化
- macOS 用户界面自动化
- ScreenScrapeJavaSupport 工具
- Webdriver 协议
- 扩展程序
- Studio 测试
- 故障排除
重要 :
新发布内容的本地化可能需要 1-2 周的时间才能完成。

Studio 用户指南
上次更新日期 2025年3月24日
数据抓取
Data scraping enables you to extract structured data from SAP Tables.
If you are automating a table that contains multiple columns with the same name, the scraping mechanism automatically increments the column names (e.g.
column1
, column2
, column3
, etc.).
从 SAP 网格视图表提取数据时,“提取结构化数据”活动提供了更多可能性。您可以将以下值用于
columns_name_source
参数,以定义获取表格信息的方式:
- 最长长度 - 提取和使用列的全名。
- 最短长度 - 提取和使用列的简短名称。
- Displayed - The visible/displayed name in SAP GUI for Java is used.
- 技术 - 提取和使用列的技术标题名称。
- 工具提示 - 将鼠标悬停在列名称上后显示的工具提示名称。