MarketplaceStudioActivityBotVelocity String Matching Activities

Create your first automation in just a few minutes.Try Studio Web

BotVelocity String Matching Activities

BotVelocity String Matching Activities

by BotVelocity

StarStarStarStarStarStarStarStarStarStar

0

Activity

Downloads

<100

back button
back button
carouselImage0
next button
next button

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:

  1. GetSoundexCode: Phonetic string encoding

  2. SoundexMatch: Sound-based string comparison

  3. GetJaroWinklerDistance: String similarity measurement

  4. GetLevenshteinDistance: Edit distance calculation

  5. GetNGramDistance: Pattern-based text comparison

  6. LuceneSearchString: Advanced text search

Features

Features

General Usage Notes

  1. All activities are designed to work with string inputs.

  2. Activities return appropriate type based on their function:

    • Boolean for matching operations (SoundexMatch, LuceneSearchString)
    • Numeric values for distance calculations (JaroWinkler, Levenshtein, NGram)
    • String for code generation (Soundex)
  3. Error handling is implemented for null or empty inputs.

  4. Activities are optimized for UiPath workflow integration.

Best Practices

  1. Always validate input strings before processing.

  2. Consider string length and processing time for large texts.

  3. Use appropriate matching algorithm based on your needs:

    • Soundex: For phonetic matching
    • Jaro-Winkler: For name comparison
    • Levenshtein: For edit distance
    • NGram: For pattern matching
    • Lucene: For complex text search
  4. 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)

Publisher

BotVelocity

Visit publisher's page

License & Privacy

MIT

Privacy Terms

Technical

Version

1.0.1

Updated

February 10, 2025

Works with

Studio: 24.5.0 - 24.10.1

Certification

Silver Certified

Support

UiPath Community Support

Resources

Similar Listings