转换操作 |
“转换”操作为操纵数据的操作。 The action can be as simple as renaming a file or as complex as using an XSLT stylesheet to transform XML into BarTender XML (BTXML).
操作 |
描述 |
---|---|
在指定源中搜索文本或字符,并使用提供的内容进行替换。 |
|
在指定源中搜索文本或字符,并直接在其前面插入提供的内容。 |
|
在指定源中搜索文本或字符,并直接在其后面插入提供的内容。 |
|
在指定的源中搜索文本或字符并删除。 |
|
在指定源中搜索文本或字符,并删除找到的字符串前面的所有数据。 |
|
在指定源中搜索文本或字符,并删除找到的字符串后面的所有数据。 |
|
打开指定的源,并在源文本的开头插入提供的文本或字符。 |
|
打开指定的源,并在源文本的结尾后插入提供的文本或字符。 |
|
针对指定数据库将已标识的文本源转换为记录集。 |
|
使用 XSLT 样式表将另一个应用程序的输出 XML 从原始的 XML 格式转换为另一个 XML 格式。 然后会将重新格式化的 XML 置于输出变量中。 |
|
Transforms Oracle Warehouse Management Solution (WMS) and Mobile Supply Chain Applications (MSCA) print requests into BarTender XML (BTXML). 该操作会将 BTXML 脚本置于输出变量中,该变量之后可以通过“打印 BTXML 脚本”操作发送到 BarTender 中。 |
|
Transforms a SAP Auto-ID Infrastructure (AII) data packet into BTXML. 该操作会将 BTXML 脚本置于输出变量中,该变量之后可以通过“打印 BTXML 脚本”操作发送到 BarTender 中。 |
|
将 BTXML 脚本的打印结果转换为 IBM WebSphere Sensor Event Web 服务器可以接受的格式。 The result is saved in a variable that can then be uploaded by a Send Web Service Request action. |
|
Transforms the sensor event's generated XML print request into BTXML. 该操作会将 BTXML 脚本置于输出变量中,该变量之后可以通过“打印 BTXML 脚本”操作发送到 BarTender 中。 |
|
Transforms the sensor event's generated XML print request into BTXML when used with a sensor event that specifies a bidirectional printing interface so that once the job is complete, the job status can be reported back to the calling application. 该操作会将 BTXML 脚本置于输出变量中,该变量之后可以通过“打印 BTXML 脚本”操作发送到 BarTender 中。 在完成操作后,可以由“BTXML 打印响应 IBM WebSphere 传感器事件”操作转换状态并由“发送 Web 服务请求”操作返回状态。 |