Create your first automation in just a few minutes.Try Studio Web →
by Atriv Kumar
1
Snippet
151
Summary
Summary
This component can be very useful to extract the values between two key words in case of invoice extraction or ticket log extraction
Overview
Overview
The component accepts three input parameters as listed below:
1. in_FullText : This is the entire string from where the value should be extracted.
2. in_Keyword1 : This is the starting keyword.
3. in_Keyword2 : This is the ending keyword.
The component provides two outputs:
1. out_Value : The extracted value between keyword1 and keyword2.
2. out_ErrorMessage : If there is a failure in extraction, the failure reason will be passed here.
Sample input:
1. in_FullText : “Ticket Number : 0010214 ,Reason: User creation error”
2. in_Keyword1 : “Number :”
3. in_Keyword2 : “,Reason”
Sample output:
1. out_Value : “0010214”
2. out_ErrorMessage :
Features
Features
This will help users to extract key information between two keywords, especially in invoice or ticket log extraction.
Additional Information
Additional Information
Dependencies
No dependencies
Code Language
Visual Basic
License & Privacy
Apache
Privacy Terms
Technical
Version
1.0.0Updated
February 18, 2020Works with
Studio: 19.2.3 - 22.10
Certification
Silver Certified
Support
UiPath Community Support