Transform Actions

Transform actions are actions that manipulate data. The action can be as simple as replacing text in a file or as complex as using an XSLT stylesheet to transform XML into BarTender XML (BTXML).

Action

Description

Search and Replace

Searches for text or characters in a specified source and replaces it with the provided content.

Search and Insert Before

Searches for text or characters in a specified source and inserts the provided content directly before it.

Search and Insert After

Searches for text or characters in a specified source and inserts the provided content directly after it.

Search and Delete

Searches for and deletes text or characters in a specified source.

Search and Delete Everything Before

Searches for text or characters in a specified source and deletes all the data before the found string.

Search and Delete Everything After

Searches for text or characters in a specified source and deletes all the data after the found string.

Insert Before Start of Source Text

Opens a specified source and inserts the provided text or characters at the beginning of the source text.

Insert After End of Source Text

Opens a specified source and inserts the provided text or characters at the end of the source text.

Transform Text to Record Set

Transforms an identified source of text into a record set for a specified database.

Transform XML using XSLT

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.