Skip to content

Text Utility - Process Steps

Search and Replace

Search for a string, replace it with another and write to the file.

NameTypeDescriptionRequired
File pathtextBoxThe full path to the text file to be edited.Yes
Search stringtextAreaBoxThe string that the plugin will search for.Yes
Replacement stringtextAreaBoxThe string that the plugin will replace all occurances of the search string with.Yes

Search and Replace with Regex

Search for a string with regular expressions, replace it with another and write to the file.

NameTypeDescriptionRequired
File pathtextBoxThe full path to the text file to be edited.Yes
Search stringtextAreaBoxThe string that the plugin will search for.Yes
Replacement stringtextAreaBoxThe string that the plugin will replace all occurances of the search string with.Yes

Append text to a file

Appends a specific string to the end of a file

NameTypeDescriptionRequired
File pathtextBoxThe full path to the text file to be edited.Yes
TexttextAreaBoxThe text to be appended to the file.Yes
Start on new line?checkBoxIf true, add a new line before the text string.No

Check file contains string

Check if a file contains the specified string

NameTypeDescriptionRequired
File pathtextBoxThe full path to the text file to be searched.Yes
Search StringtextAreaBoxThe string that the process will look for.Yes

Convert file from XML to JSON

Convert file from XML format to JSON format

NameTypeDescriptionRequired
Input XML File pathtextBoxThe full path to the XML file to be convertedYes
Output JSON File pathtextBoxThe full path for the new JSON formatted fileYes