Replace variables in fileThis task allows you to create a runtime variable that store the content of a file. OptionsFile pathWith this property you can specify the path of the file including its name. Example: 'folder/filename.txt'. Variable nameWith this property you can specify the name of the variable, a valid variable name includes only letter, numbers or underscore, examples: foo, bar, myVar, variable1, a_var. Replace variablesWhen this is checked, the variables found in the file content will be replaced by their corresponding values. End file with a new lineWhen this is checked, the task add a new line at the end of the file content. Verbose loggingWhen this is checked, the task write detailed process logs. |