Uipath Marketplace

サインイン

MarketplaceStudioアクティビティBotVelocity String Matching Activities

はじめてのオートメーションをわずか数分で作成できます。Studio Web を試す

BotVelocity String Matching Activities

BotVelocity String Matching Activities

作成者: BotVelocity

StarStarStarStarStarStarStarStarStarStar

0

アクティビティ

ダウンロード数

<100

[戻る] ボタン
[戻る] ボタン
carouselImage0
[次へ] ボタン
[次へ] ボタン

要約

要約

A collection of 6 custom activities for UiPath that implement various string matching and comparison algorithms.

概要

概要

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

機能

機能

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.

その他の情報

その他の情報

依存関係

None

コード言語

C#, Visual Basic

ランタイム

クロスプラットフォーム (.NET 5.0 以上)

公開者

BotVelocity

公開者ページを表示

ライセンス契約とプライバシー条項

MIT

プライバシー条項

技術情報

バージョン

1.0.1

更新日

2025年2月10日

対応製品

Studio: 24.5.0 - 24.10.1

認定

シルバー 認定済み

サポート

UiPath コミュニティ サポート

リソース

類似のコンポーネント