Get Line Number
Last updated
Last updated
Description & Usage: This pre-built Action, found under the @Generic Element Name, instructs the Avo Assure Client to retrieve the line number of a specified .txt file's content and store the result in the output variable.
Input:
<file path>;<content>
In Input value user need to provide file path (file which you want to fetch the line number from) and the content (which will retrieve the line number of this single string).
Output:
<Dynamic Variable>;<Dynamic Variable>(Optional)
When a user is testing a review tool that allow them to upload files. It's important to ensure that the tool correctly identifies and displays line numbers for each line.
Input: C:\Users \Documents\About Avo Assure.txt;Features
Expected Result: This action needs to retrieve the line number of content which is provided as Input in Input value.
Output: This Action will store the line number of the fetched content of the file in {result} Variable, which can be utilized for display or other purposes.