Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Utilites/Tokenizer/task.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"id": "57ee7959-ba10-47a7-8adb-19d032873133",
"name": "Tokenizer",
"friendlyName": "Tokenize with XPath/Regular expressions",
"description": "Replaces __<variable>__ and/or XPath for XML documents with User Defined variables or configuration json document",
"description": "Replaces __variable__ and/or XPath for XML documents with corresponding User-Defined variable values or configuration json document",
"helpMarkDown": "[More Information](https://github.com/openalm/Extension-UtilitiesPack)",
"category": "Utility",
"visibility": [
Expand Down Expand Up @@ -31,7 +31,7 @@
"label": "Source filename",
"defaultValue": "",
"required": true,
"helpMarkDown": "Source file name that contains the tokens (__<variable-name>__). These patterns will be replaced with user-defined variables or from Configuration Json FileName. If it is an XML document, XPaths mentioned in the Configuration JsonFileName will be set as per environment"
"helpMarkDown": "Source file name that contains the tokens (__variable-name__). These patterns will be replaced with user-defined variables or from Configuration Json FileName. If it is an XML document, XPaths mentioned in the Configuration JsonFileName will be set as per environment"
},
{
"name": "DestinationPath",
Expand Down