Transform Actions |
Transform actions are actions that manipulate data. 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).
Action |
Description |
---|---|
Searches for text or characters in a specified source and replaces it with the provided content. |
|
Searches for text or characters in a specified source and inserts the provided content directly before it. |
|
Searches for text or characters in a specified source and inserts the provided content directly after it. |
|
Searches for and deletes text or characters in a specified source. |
|
Searches for text or characters in a specified source and deletes all the data before the found string. |
|
Searches for text or characters in a specified source and deletes all the data after the found string. |
|
Opens a specified source and inserts the provided text or characters at the beginning of the source text. |
|
Opens a specified source and inserts the provided text or characters at the end of the source text. |
|
Transforms an identified source of text into a record set for a specified database. |
|
Uses an XSLT stylesheet to transform another application's output XML from its original XML format into another XML format. The reformatted XML is then placed into an output variable. |
|
Transforms Oracle Warehouse Management Solution (WMS) and Mobile Supply Chain Applications (MSCA) print requests into BarTender XML (BTXML). The action places the BTXML script into an output variable that can then be sent to BarTender by using the Print BTXML Script action. |
|
Transforms a SAP Auto-ID Infrastructure (AII) data packet into BTXML. The action places the BTXML script into an output variable that can then be sent to BarTender by using the Print BTXML Script action. |
|
Transforms the print result of a BTXML script into the format that an IBM WebSphere Sensor Event web server can accept. 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. The action places the BTXML script into an output variable that can then be sent to BarTender by using the Print BTXML Script action. |
|
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 after the job is complete, the job status can be reported back to the calling application. The action places the BTXML script into an output variable that can then be sent to BarTender by using the Print BTXML Script action. After the action is complete, the print status can be transformed by a BTXML Print Response to IBM WebSphere Sensor Events action and returned by a Send Web Service Request action. |