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.  |