Skip to content

Text Utility

The Text-Utils plug-in for IBM DevOps Deploy offers various ways to modify files.

The Text-Utils plug-in is a community plug-in. Community plug-ins are open source projects that are developed and supported by the IBM DevOps development community.

Downloads

If you encounter issues with the plug-in, or want to send feedback:

  • Ask Text-Utils plug-in specific questions on the GitHub Issues page.
  • For general plug-in issues, submit questions to the dW Answers page. Use the following tags: DevOps | ucdev | plugins

Available Steps

  • Append text to a file: Appends a specific string to the end of a file.
  • Check file contains string: Check if a file contains the specified string.
  • Convert file from XML to JSON: Convert file from XML format to JSON format.
  • Search and Replace: Search for a string, replace it with another and write to the file.
  • Search and Replace with Regex: Search for a string with regular expressions, replace it with another and write to the file.