Create your first automation in just a few minutes.Try Studio Web →
by BotVelocity
0
Activity
<100
Summary
Summary
A collection of 6 custom activities for UiPath that implement various string matching and comparison algorithms.
Overview
Overview
A collection of 6 custom activities for UiPath that implement various string matching and comparison algorithms:
GetSoundexCode: Phonetic string encoding
SoundexMatch: Sound-based string comparison
GetJaroWinklerDistance: String similarity measurement
GetLevenshteinDistance: Edit distance calculation
GetNGramDistance: Pattern-based text comparison
LuceneSearchString: Advanced text search
Features
Features
General Usage Notes
All activities are designed to work with string inputs.
Activities return appropriate type based on their function:
Error handling is implemented for null or empty inputs.
Activities are optimized for UiPath workflow integration.
Best Practices
Always validate input strings before processing.
Consider string length and processing time for large texts.
Use appropriate matching algorithm based on your needs:
Test with various input combinations to ensure desired results.
Additional Information
Additional Information
Dependencies
None
Code Language
C#, Visual Basic
Runtime
Cross-Platform (.Net 5.0 or higher)
License & Privacy
MIT
Privacy Terms
Technical
Version
1.0.1Updated
February 10, 2025Works with
Studio: 24.5.0 - 24.10.1
Certification
Silver Certified
Support
UiPath Community Support
Resources